Html Css Color HEX #BD4212 Rust

📋 copy color: '#BD4212'

red 189 ◦ green 66 ◦ blue 18

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

Shades of Rust #BD4212

Tints of Rust #BD4212

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.18%

 BLUE value IS 18 (7.42% from 255) = 6.59%

R = 69.23%
G = 24.18%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BD4212 (or 0xBD4212) is known color: Rust. HEX triplet: BD, 42 and 12. RGB value is (189,66,18). Sum of RGB (Red+Green+Blue) = 189+66+18=273 (36% of max value = 765). Red value is 189 (74.22% from 255 or 69.23% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 18 (7.42% from 255 or 6.59% from 273); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4212 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4212 is #42BDED. Grayscale: #616161. Windows color (decimal): -4373998 or 1196733. OLE color: 1196733.

HSL color Cylindrical-coordinate representation of color #BD4212: hue angle of 16.84º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD4212 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 66 18 -
CMYK 0 0.65 0.90 0.26
HSL 16.84º 0.83% 0.41% -
HSV(B) 16.84º 0.9% 0.74% -
XYZ 23.04 14.76 2.21 -
YUV 97.31 83.25 193.4 -
System Red Green Blue C M Y K H S L
Decimal 189 66 18 0 0.65 0.90 0.26 16.84 0.83 0.41
Hex BD 42 12 0 41 5A 1A 11 53 29
Octal 275 102 22 0 101 132 32 21 123 51
Binary 10111101 1000010 10010 0 1000001 1011010 11010 10001 1010011 101001

Color Harmonies of #BD4212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4212

Black with #BD4212

Text Example


Text Example

White with #BD4212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4212; }

 p { color: rgb(189,66,18); }

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

background-color css

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

 a { background-color: rgb(189,66,18); }

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

border-color css

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

 span { border-color: rgb(189,66,18); }

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