Html Css Color HEX #BD4003 Rust

📋 copy color: '#BD4003'

red 189 ◦ green 64 ◦ blue 3

#BD4003
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rust #BD4003

Tints of Rust #BD4003

RGB

 RED value IS 189 (74.22% from 255) = 73.83%

 GREEN value IS 64 (25.39% from 255) = 25%

 BLUE value IS 3 (1.56% from 255) = 1.17%

R = 73.83%
G = 25%
B = 1.17%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.98

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BD4003 (or 0xBD4003) is known color: Rust. HEX triplet: BD, 40 and 03. RGB value is (189,64,3). Sum of RGB (Red+Green+Blue) = 189+64+3=256 (33% of max value = 765). Red value is 189 (74.22% from 255 or 73.83% from 256); Green value is 64 (25.39% from 255 or 25% from 256); Blue value is 3 (1.56% from 255 or 1.17% from 256); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4003 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4003 is #42BFFC. Grayscale: #5E5E5E. Windows color (decimal): -4374525 or 213181. OLE color: 213181.

HSL color Cylindrical-coordinate representation of color #BD4003: hue angle of 19.68º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD4003 is Cyan = 0, Magento = 0.66, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 64 3 -
CMYK 0 0.66 0.98 0.26
HSL 19.68º 0.97% 0.38% -
HSV(B) 19.68º 0.98% 0.74% -
XYZ 22.84 14.49 1.68 -
YUV 94.42 76.41 195.46 -
System Red Green Blue C M Y K H S L
Decimal 189 64 3 0 0.66 0.98 0.26 19.68 0.97 0.38
Hex BD 40 3 0 42 62 1A 14 61 26
Octal 275 100 3 0 102 142 32 24 141 46
Binary 10111101 1000000 11 0 1000010 1100010 11010 10100 1100001 100110

Color Harmonies of #BD4003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4003

Black with #BD4003

Text Example


Text Example

White with #BD4003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4003; }

 p { color: rgb(189,64,3); }

 H1.HeaderClassName
 {
   color: #BD4003;
 }
 .AnyTagClassName
 {
   color: #BD4003;
 }
</style>

background-color css

<style>
 a { background-color: #BD4003; }

 a { background-color: rgb(189,64,3); }

 div.DivClassName
 {
   background-color: #BD4003;
 }
 .BgClassName
 {
   background-color: #BD4003;
 }
</style>

border-color css

<style>
 span { border-color: #BD4003; }

 span { border-color: rgb(189,64,3); }

 td.TdClassName
 {
   border-color: #BD4003;
 }
 .TagClassName
 {
   border-color: #BD4003;
 }
</style>