Html Css Color HEX #BD4C11 Rust

📋 copy color: '#BD4C11'

red 189 ◦ green 76 ◦ blue 17

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

Shades of Rust #BD4C11

Tints of Rust #BD4C11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.03%

R = 67.02%
G = 26.95%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BD4C11 (or 0xBD4C11) is known color: Rust. HEX triplet: BD, 4C and 11. RGB value is (189,76,17). Sum of RGB (Red+Green+Blue) = 189+76+17=282 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.02% from 282); Green value is 76 (30.08% from 255 or 26.95% from 282); Blue value is 17 (7.03% from 255 or 6.03% from 282); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4C11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4C11 is #42B3EE. Grayscale: #676767. Windows color (decimal): -4371439 or 1133757. OLE color: 1133757.

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

Color convert

RGB 189 76 17 -
CMYK 0 0.60 0.91 0.26
HSL 20.58º 0.83% 0.4% -
HSV(B) 20.58º 0.91% 0.74% -
XYZ 23.67 16.03 2.38 -
YUV 103.06 79.44 189.3 -
System Red Green Blue C M Y K H S L
Decimal 189 76 17 0 0.60 0.91 0.26 20.58 0.83 0.4
Hex BD 4C 11 0 3C 5B 1A 15 53 28
Octal 275 114 21 0 74 133 32 25 123 50
Binary 10111101 1001100 10001 0 111100 1011011 11010 10101 1010011 101000

Color Harmonies of #BD4C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4C11

Black with #BD4C11

Text Example


Text Example

White with #BD4C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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