Shades of Rust #B32F14
Tints of Rust #B32F14
RGB
CMYK
RGB Variations
Color information
#B32F14 (or 0xB32F14) is known color: Rust. HEX triplet: B3, 2F and 14. RGB value is (179,47,20). Sum of RGB (Red+Green+Blue) = 179+47+20=246 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.76% from 246); Green value is 47 (18.75% from 255 or 19.11% from 246); Blue value is 20 (8.20% from 255 or 8.13% from 246); Max value from RGB is 179 - color contains mainly: red. Hex color #B32F14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32F14 is #4CD0EB. Grayscale: #535353. Windows color (decimal): -5034220 or 1322931. OLE color: 1322931.
HSL color Cylindrical-coordinate representation of color #B32F14: hue angle of 10.19º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B32F14 is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 47 | 20 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.30 |
| HSL | 10.19º | 0.8% | 0.39% | - |
| HSV(B) | 10.19º | 0.89% | 0.7% | - |
| XYZ | 19.73 | 11.67 | 1.87 | - |
| YUV | 83.39 | 92.23 | 196.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 47 | 20 | 0 | 0.74 | 0.89 | 0.30 | 10.19 | 0.8 | 0.39 |
| Hex | B3 | 2F | 14 | 0 | 4A | 59 | 1E | A | 50 | 27 |
| Octal | 263 | 57 | 24 | 0 | 112 | 131 | 36 | 12 | 120 | 47 |
| Binary | 10110011 | 101111 | 10100 | 0 | 1001010 | 1011001 | 11110 | 1010 | 1010000 | 100111 |
Color Harmonies of #B32F14
Complementary color
Monochromatic Colors of #B32F14
Black with #B32F14
Text Example
Text Example
White with #B32F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32F14; }
p { color: rgb(179,47,20); }
H1.HeaderClassName
{
color: #B32F14;
}
.AnyTagClassName
{
color: #B32F14;
}
</style>
background-color css
<style>
a { background-color: #B32F14; }
a { background-color: rgb(179,47,20); }
div.DivClassName
{
background-color: #B32F14;
}
.BgClassName
{
background-color: #B32F14;
}
</style>
border-color css
<style>
span { border-color: #B32F14; }
span { border-color: rgb(179,47,20); }
td.TdClassName
{
border-color: #B32F14;
}
.TagClassName
{
border-color: #B32F14;
}
</style>