#BC420E

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

Shades of Rust #BC420E

Tints of Rust #BC420E

Color information

#BC420E (or 0xBC420E) is unknown color: approx Rust. HEX triplet: BC, 42 and 0E. RGB value is (188,66,14). Sum of RGB (Red+Green+Blue) = 188+66+14=268 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.15% from 268); Green value is 66 (26.17% from 255 or 24.63% from 268); Blue value is 14 (5.86% from 255 or 5.22% from 268); Max value from RGB is 188 - color contains mainly: red. Hex color #BC420E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC420E is #43BDF1. Grayscale: #606060. Windows color (decimal): -4439538 or 934588. OLE color: 934588.

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

Color convert

RGB1886614-
CMYK00.650.930.26
HSL17.93º86.14%39.61%-
HSV(B)17.93º92.55%73.73%-
XYZ22.7714.622.04-
YUV96.5581.42193.23-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 70.15%
GREEN value IS 66 (26.17% from 255) = 24.63%
BLUE value IS 14 (5.86% from 255) = 5.22%
R=70.15%
G=24.63%
B=5.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.93
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188661400.650.930.2617.9386.1439.61
HexBC42E0415D1A125628
Octal274102160101135322212650
Binary101111001000010111001000001101110111010100101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC420E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC420E; }

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

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

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

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

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

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

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

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