Shades of Rust #B32D0E
Tints of Rust #B32D0E
RGB
CMYK
RGB Variations
Color information
#B32D0E (or 0xB32D0E) is known color: Rust. HEX triplet: B3, 2D and 0E. RGB value is (179,45,14). Sum of RGB (Red+Green+Blue) = 179+45+14=238 (31% of max value = 765). Red value is 179 (70.31% from 255 or 75.21% from 238); Green value is 45 (17.97% from 255 or 18.91% from 238); Blue value is 14 (5.86% from 255 or 5.88% from 238); Max value from RGB is 179 - color contains mainly: red. Hex color #B32D0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32D0E is #4CD2F1. Grayscale: #515151. Windows color (decimal): -5034738 or 929203. OLE color: 929203.
HSL color Cylindrical-coordinate representation of color #B32D0E: hue angle of 11.27º 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 #B32D0E is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 45 | 14 | - |
| CMYK | 0 | 0.75 | 0.92 | 0.30 |
| HSL | 11.27º | 0.85% | 0.38% | - |
| HSV(B) | 11.27º | 0.92% | 0.7% | - |
| XYZ | 19.61 | 11.49 | 1.6 | - |
| YUV | 81.53 | 89.89 | 197.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 45 | 14 | 0 | 0.75 | 0.92 | 0.30 | 11.27 | 0.85 | 0.38 |
| Hex | B3 | 2D | E | 0 | 4B | 5C | 1E | B | 55 | 26 |
| Octal | 263 | 55 | 16 | 0 | 113 | 134 | 36 | 13 | 125 | 46 |
| Binary | 10110011 | 101101 | 1110 | 0 | 1001011 | 1011100 | 11110 | 1011 | 1010101 | 100110 |
Color Harmonies of #B32D0E
Complementary color
Monochromatic Colors of #B32D0E
Black with #B32D0E
Text Example
Text Example
White with #B32D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32D0E; }
p { color: rgb(179,45,14); }
H1.HeaderClassName
{
color: #B32D0E;
}
.AnyTagClassName
{
color: #B32D0E;
}
</style>
background-color css
<style>
a { background-color: #B32D0E; }
a { background-color: rgb(179,45,14); }
div.DivClassName
{
background-color: #B32D0E;
}
.BgClassName
{
background-color: #B32D0E;
}
</style>
border-color css
<style>
span { border-color: #B32D0E; }
span { border-color: rgb(179,45,14); }
td.TdClassName
{
border-color: #B32D0E;
}
.TagClassName
{
border-color: #B32D0E;
}
</style>