Html Css Color HEX #BD4009 Rust

📋 copy color: '#BD4009'

red 189 ◦ green 64 ◦ blue 9

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

Shades of Rust #BD4009

Tints of Rust #BD4009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.44%

R = 72.14%
G = 24.43%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BD4009 (or 0xBD4009) is known color: Rust. HEX triplet: BD, 40 and 09. RGB value is (189,64,9). Sum of RGB (Red+Green+Blue) = 189+64+9=262 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.14% from 262); Green value is 64 (25.39% from 255 or 24.43% from 262); Blue value is 9 (3.91% from 255 or 3.44% from 262); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4009 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4009 is #42BFF6. Grayscale: #5F5F5F. Windows color (decimal): -4374519 or 606397. OLE color: 606397.

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

Color convert

RGB 189 64 9 -
CMYK 0 0.66 0.95 0.26
HSL 18.33º 0.91% 0.39% -
HSV(B) 18.33º 0.95% 0.74% -
XYZ 22.87 14.51 1.85 -
YUV 95.11 79.41 194.97 -
System Red Green Blue C M Y K H S L
Decimal 189 64 9 0 0.66 0.95 0.26 18.33 0.91 0.39
Hex BD 40 9 0 42 5F 1A 12 5B 27
Octal 275 100 11 0 102 137 32 22 133 47
Binary 10111101 1000000 1001 0 1000010 1011111 11010 10010 1011011 100111

Color Harmonies of #BD4009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4009

Black with #BD4009

Text Example


Text Example

White with #BD4009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4009; }

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

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

background-color css

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

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

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

border-color css

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

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

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