Html Css Color HEX #BD4F11 Rust

📋 copy color: '#BD4F11'

red 189 ◦ green 79 ◦ blue 17

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

Shades of Rust #BD4F11

Tints of Rust #BD4F11

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.72%

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

R = 66.32%
G = 27.72%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BD4F11 (or 0xBD4F11) is known color: Rust. HEX triplet: BD, 4F and 11. RGB value is (189,79,17). Sum of RGB (Red+Green+Blue) = 189+79+17=285 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.32% from 285); Green value is 79 (31.25% from 255 or 27.72% from 285); Blue value is 17 (7.03% from 255 or 5.96% from 285); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4F11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD4F11 is #42B0EE. Grayscale: #696969. Windows color (decimal): -4370671 or 1134525. OLE color: 1134525.

HSL color Cylindrical-coordinate representation of color #BD4F11: hue angle of 21.63º 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 #BD4F11 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 79 17 -
CMYK 0 0.58 0.91 0.26
HSL 21.63º 0.83% 0.4% -
HSV(B) 21.63º 0.91% 0.74% -
XYZ 23.88 16.45 2.45 -
YUV 104.82 78.44 188.04 -
System Red Green Blue C M Y K H S L
Decimal 189 79 17 0 0.58 0.91 0.26 21.63 0.83 0.4
Hex BD 4F 11 0 3A 5B 1A 16 53 28
Octal 275 117 21 0 72 133 32 26 123 50
Binary 10111101 1001111 10001 0 111010 1011011 11010 10110 1010011 101000

Color Harmonies of #BD4F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4F11

Black with #BD4F11

Text Example


Text Example

White with #BD4F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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