Shades of Rust #B2430E
Tints of Rust #B2430E
RGB
CMYK
RGB Variations
Color information
#B2430E (or 0xB2430E) is known color: Rust. HEX triplet: B2, 43 and 0E. RGB value is (178,67,14). Sum of RGB (Red+Green+Blue) = 178+67+14=259 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.73% from 259); Green value is 67 (26.56% from 255 or 25.87% from 259); Blue value is 14 (5.86% from 255 or 5.41% from 259); Max value from RGB is 178 - color contains mainly: red. Hex color #B2430E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B2430E is #4DBCF1. Grayscale: #5E5E5E. Windows color (decimal): -5094642 or 934834. OLE color: 934834.
HSL color Cylindrical-coordinate representation of color #B2430E: hue angle of 19.39º 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 #B2430E is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 67 | 14 | - |
| CMYK | 0 | 0.62 | 0.92 | 0.30 |
| HSL | 19.39º | 0.85% | 0.38% | - |
| HSV(B) | 19.39º | 0.92% | 0.7% | - |
| XYZ | 20.45 | 13.51 | 1.95 | - |
| YUV | 94.15 | 82.77 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 67 | 14 | 0 | 0.62 | 0.92 | 0.30 | 19.39 | 0.85 | 0.38 |
| Hex | B2 | 43 | E | 0 | 3E | 5C | 1E | 13 | 55 | 26 |
| Octal | 262 | 103 | 16 | 0 | 76 | 134 | 36 | 23 | 125 | 46 |
| Binary | 10110010 | 1000011 | 1110 | 0 | 111110 | 1011100 | 11110 | 10011 | 1010101 | 100110 |
Color Harmonies of #B2430E
Complementary color
Monochromatic Colors of #B2430E
Black with #B2430E
Text Example
Text Example
White with #B2430E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2430E; }
p { color: rgb(178,67,14); }
H1.HeaderClassName
{
color: #B2430E;
}
.AnyTagClassName
{
color: #B2430E;
}
</style>
background-color css
<style>
a { background-color: #B2430E; }
a { background-color: rgb(178,67,14); }
div.DivClassName
{
background-color: #B2430E;
}
.BgClassName
{
background-color: #B2430E;
}
</style>
border-color css
<style>
span { border-color: #B2430E; }
span { border-color: rgb(178,67,14); }
td.TdClassName
{
border-color: #B2430E;
}
.TagClassName
{
border-color: #B2430E;
}
</style>