Shades of Rust #B2420E
Tints of Rust #B2420E
RGB
CMYK
RGB Variations
Color information
#B2420E (or 0xB2420E) is known color: 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
| RGB | 178 | 66 | 14 | - |
| CMYK | 0 | 0.63 | 0.92 | 0.30 |
| HSL | 19.02º | 0.85% | 0.38% | - |
| HSV(B) | 19.02º | 0.92% | 0.7% | - |
| XYZ | 20.39 | 13.39 | 1.93 | - |
| YUV | 93.56 | 83.11 | 188.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 66 | 14 | 0 | 0.63 | 0.92 | 0.30 | 19.02 | 0.85 | 0.38 |
| Hex | B2 | 42 | E | 0 | 3F | 5C | 1E | 13 | 55 | 26 |
| Octal | 262 | 102 | 16 | 0 | 77 | 134 | 36 | 23 | 125 | 46 |
| Binary | 10110010 | 1000010 | 1110 | 0 | 111111 | 1011100 | 11110 | 10011 | 1010101 | 100110 |
Color Harmonies of #B2420E
Complementary color
Monochromatic Colors of #B2420E
Black with #B2420E
Text Example
Text Example
White with #B2420E
Text Example
Text Example
HTML Codes & Css Web 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>