#BC5212

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

Shades of Rust #BC5212

Tints of Rust #BC5212

Color information

#BC5212 (or 0xBC5212) is unknown color: approx Rust. HEX triplet: BC, 52 and 12. RGB value is (188,82,18). Sum of RGB (Red+Green+Blue) = 188+82+18=288 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.28% from 288); Green value is 82 (32.42% from 255 or 28.47% from 288); Blue value is 18 (7.42% from 255 or 6.25% from 288); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5212 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5212 is #43ADED. Grayscale: #6A6A6A. Windows color (decimal): -4435438 or 1200828. OLE color: 1200828.

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

Color convert

RGB1888218-
CMYK00.560.900.26
HSL22.59º82.52%40.39%-
HSV(B)22.59º90.43%73.73%-
XYZ23.8716.772.55-
YUV106.478.12186.2-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 65.28%
GREEN value IS 82 (32.42% from 255) = 28.47%
BLUE value IS 18 (7.42% from 255) = 6.25%
R=65.28%
G=28.47%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188821800.560.900.2622.5982.5240.39
HexBC52120385A1A175328
Octal27412222070132322712350
Binary101111001010010100100111000101101011010101111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5212; }

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

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

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

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

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

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

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

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