Html Css Color HEX #BD4917 Rust

📋 copy color: '#BD4917'

red 189 ◦ green 73 ◦ blue 23

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

Shades of Rust #BD4917

Tints of Rust #BD4917

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.61%

 BLUE value IS 23 (9.38% from 255) = 8.07%

R = 66.32%
G = 25.61%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BD4917 (or 0xBD4917) is known color: Rust. HEX triplet: BD, 49 and 17. RGB value is (189,73,23). Sum of RGB (Red+Green+Blue) = 189+73+23=285 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.32% from 285); Green value is 73 (28.91% from 255 or 25.61% from 285); Blue value is 23 (9.38% from 255 or 8.07% from 285); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4917 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4917 is #42B6E8. Grayscale: #666666. Windows color (decimal): -4372201 or 1526205. OLE color: 1526205.

HSL color Cylindrical-coordinate representation of color #BD4917: hue angle of 18.07º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD4917 is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 73 23 -
CMYK 0 0.61 0.88 0.26
HSL 18.07º 0.78% 0.42% -
HSV(B) 18.07º 0.88% 0.74% -
XYZ 23.52 15.65 2.59 -
YUV 101.98 83.43 190.07 -
System Red Green Blue C M Y K H S L
Decimal 189 73 23 0 0.61 0.88 0.26 18.07 0.78 0.42
Hex BD 49 17 0 3D 58 1A 12 4E 2A
Octal 275 111 27 0 75 130 32 22 116 52
Binary 10111101 1001001 10111 0 111101 1011000 11010 10010 1001110 101010

Color Harmonies of #BD4917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4917

Black with #BD4917

Text Example


Text Example

White with #BD4917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4917; }

 p { color: rgb(189,73,23); }

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

background-color css

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

 a { background-color: rgb(189,73,23); }

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

border-color css

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

 span { border-color: rgb(189,73,23); }

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