#BD5212

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

Shades of Rust #BD5212

Tints of Rust #BD5212

Color information

#BD5212 (or 0xBD5212) is unknown color: approx Rust. HEX triplet: BD, 52 and 12. RGB value is (189,82,18). Sum of RGB (Red+Green+Blue) = 189+82+18=289 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.40% from 289); Green value is 82 (32.42% from 255 or 28.37% from 289); Blue value is 18 (7.42% from 255 or 6.23% from 289); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5212 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5212 is #42ADED. Grayscale: #6B6B6B. Windows color (decimal): -4369902 or 1200829. OLE color: 1200829.

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

Color convert

RGB1898218-
CMYK00.570.900.26
HSL22.46º82.61%40.59%-
HSV(B)22.46º90.48%74.12%-
XYZ24.1116.92.56-
YUV106.777.95186.7-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 65.40%
GREEN value IS 82 (32.42% from 255) = 28.37%
BLUE value IS 18 (7.42% from 255) = 6.23%
R=65.40%
G=28.37%
B=6.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189821800.570.900.2622.4682.6140.59
HexBD52120395A1A165329
Octal27512222071132322612351
Binary101111011010010100100111001101101011010101101010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5212; }

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

 H1.HeaderClassName
 {
   color: #BD5212;
 }
 .AnyTagClassName
 {
   color: #BD5212;
 }
</style>
background-color css

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

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

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

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

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

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