#BC4213

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

Shades of Rust #BC4213

Tints of Rust #BC4213

Color information

#BC4213 (or 0xBC4213) is unknown color: approx Rust. HEX triplet: BC, 42 and 13. RGB value is (188,66,19). Sum of RGB (Red+Green+Blue) = 188+66+19=273 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.86% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 19 (7.81% from 255 or 6.96% from 273); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4213 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4213 is #43BDEC. Grayscale: #616161. Windows color (decimal): -4439533 or 1262268. OLE color: 1262268.

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

Color convert

RGB1886619-
CMYK00.650.900.26
HSL16.69º81.64%40.59%-
HSV(B)16.69º89.89%73.73%-
XYZ22.814.632.24-
YUV97.1283.92192.82-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 68.86%
GREEN value IS 66 (26.17% from 255) = 24.18%
BLUE value IS 19 (7.81% from 255) = 6.96%
R=68.86%
G=24.18%
B=6.96%

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
Decimal188661900.650.900.2616.6981.6440.59
HexBC42130415A1A115229
Octal274102230101132322112251
Binary1011110010000101001101000001101101011010100011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4213; }

 p { color: rgb(188,66,19); }

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

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

 a { background-color: rgb(188,66,19); }

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

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

 span { border-color: rgb(188,66,19); }

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