Html Css Color HEX #BD4C16 Rust

📋 copy color: '#BD4C16'

red 189 ◦ green 76 ◦ blue 22

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

Shades of Rust #BD4C16

Tints of Rust #BD4C16

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.48%

 BLUE value IS 22 (8.98% from 255) = 7.67%

R = 65.85%
G = 26.48%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BD4C16 (or 0xBD4C16) is known color: Rust. HEX triplet: BD, 4C and 16. RGB value is (189,76,22). Sum of RGB (Red+Green+Blue) = 189+76+22=287 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.85% from 287); Green value is 76 (30.08% from 255 or 26.48% from 287); Blue value is 22 (8.98% from 255 or 7.67% from 287); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4C16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4C16 is #42B3E9. Grayscale: #676767. Windows color (decimal): -4371434 or 1461437. OLE color: 1461437.

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

Color convert

RGB 189 76 22 -
CMYK 0 0.60 0.88 0.26
HSL 19.4º 0.79% 0.41% -
HSV(B) 19.4º 0.88% 0.74% -
XYZ 23.72 16.05 2.61 -
YUV 103.63 81.94 188.89 -
System Red Green Blue C M Y K H S L
Decimal 189 76 22 0 0.60 0.88 0.26 19.4 0.79 0.41
Hex BD 4C 16 0 3C 58 1A 13 4F 29
Octal 275 114 26 0 74 130 32 23 117 51
Binary 10111101 1001100 10110 0 111100 1011000 11010 10011 1001111 101001

Color Harmonies of #BD4C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4C16

Black with #BD4C16

Text Example


Text Example

White with #BD4C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4C16; }

 p { color: rgb(189,76,22); }

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

background-color css

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

 a { background-color: rgb(189,76,22); }

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

border-color css

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

 span { border-color: rgb(189,76,22); }

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