#B2420E

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

Shades of Rust #B2420E

Tints of Rust #B2420E

Color information

#B2420E (or 0xB2420E) is unknown color: approx Rust. HEX triplet: B2, 42 and 0E. RGB value is (178,66,14). Sum of RGB (Red+Green+Blue) = 178+66+14=258 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.99% from 258); Green value is 66 (26.17% from 255 or 25.58% from 258); Blue value is 14 (5.86% from 255 or 5.43% from 258); Max value from RGB is 178 - color contains mainly: red. Hex color #B2420E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B2420E is #4DBDF1. Grayscale: #5D5D5D. Windows color (decimal): -5094898 or 934578. OLE color: 934578.

HSL color Cylindrical-coordinate representation of color #B2420E: hue angle of 19.02º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B2420E is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB1786614-
CMYK00.630.920.30
HSL19.02º85.42%37.65%-
HSV(B)19.02º92.13%69.8%-
XYZ20.3913.391.93-
YUV93.5683.11188.23-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 68.99%
GREEN value IS 66 (26.17% from 255) = 25.58%
BLUE value IS 14 (5.86% from 255) = 5.43%
R=68.99%
G=25.58%
B=5.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.92
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178661400.630.920.3019.0285.4237.65
HexB242E03F5C1E135526
Octal26210216077134362312546
Binary10110010100001011100111111101110011110100111010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2420E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2420E; }

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

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

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

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

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

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

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

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