#BC421C

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

Shades of Rust #BC421C

Tints of Rust #BC421C

Color information

#BC421C (or 0xBC421C) is unknown color: approx Rust. HEX triplet: BC, 42 and 1C. RGB value is (188,66,28). Sum of RGB (Red+Green+Blue) = 188+66+28=282 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.67% from 282); Green value is 66 (26.17% from 255 or 23.40% from 282); Blue value is 28 (11.33% from 255 or 9.93% from 282); Max value from RGB is 188 - color contains mainly: red. Hex color #BC421C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC421C is #43BDE3. Grayscale: #626262. Windows color (decimal): -4439524 or 1852092. OLE color: 1852092.

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

Color convert

RGB1886628-
CMYK00.650.850.26
HSL14.25º74.07%42.35%-
HSV(B)14.25º85.11%73.73%-
XYZ22.914.672.72-
YUV98.1588.42192.09-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 66.67%
GREEN value IS 66 (26.17% from 255) = 23.40%
BLUE value IS 28 (11.33% from 255) = 9.93%
R=66.67%
G=23.40%
B=9.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.85
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188662800.650.850.2614.2574.0742.35
HexBC421C041551Ae4a2a
Octal274102340101125321611252
Binary101111001000010111000100000110101011101011101001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC421C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC421C; }

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

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

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

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

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

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

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

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