#BD4212

Color #BD4212 Rust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rust #BD4212

Tints of Rust #BD4212

Color information

#BD4212 (or 0xBD4212) is unknown color: approx 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

RGB1896618-
CMYK00.650.900.26
HSL16.84º82.61%40.59%-
HSV(B)16.84º90.48%74.12%-
XYZ23.0414.762.21-
YUV97.383.25193.4-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189661800.650.900.2616.8482.6140.59
HexBD42120415A1A115329
Octal275102220101132322112351
Binary1011110110000101001001000001101101011010100011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>