Shades of Rust #B32F06
Tints of Rust #B32F06
RGB
CMYK
RGB Variations
Color information
#B32F06 (or 0xB32F06) is known color: Rust. HEX triplet: B3, 2F and 06. RGB value is (179,47,6). Sum of RGB (Red+Green+Blue) = 179+47+6=232 (30% of max value = 765). Red value is 179 (70.31% from 255 or 77.16% from 232); Green value is 47 (18.75% from 255 or 20.26% from 232); Blue value is 6 (2.73% from 255 or 2.59% from 232); Max value from RGB is 179 - color contains mainly: red. Hex color #B32F06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32F06 is #4CD0F9. Grayscale: #525252. Windows color (decimal): -5034234 or 405427. OLE color: 405427.
HSL color Cylindrical-coordinate representation of color #B32F06: hue angle of 14.22º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B32F06 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 47 | 6 | - |
| CMYK | 0 | 0.74 | 0.97 | 0.30 |
| HSL | 14.22º | 0.94% | 0.36% | - |
| HSV(B) | 14.22º | 0.97% | 0.7% | - |
| XYZ | 19.64 | 11.63 | 1.38 | - |
| YUV | 81.79 | 85.23 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 47 | 6 | 0 | 0.74 | 0.97 | 0.30 | 14.22 | 0.94 | 0.36 |
| Hex | B3 | 2F | 6 | 0 | 4A | 61 | 1E | E | 5E | 24 |
| Octal | 263 | 57 | 6 | 0 | 112 | 141 | 36 | 16 | 136 | 44 |
| Binary | 10110011 | 101111 | 110 | 0 | 1001010 | 1100001 | 11110 | 1110 | 1011110 | 100100 |
Color Harmonies of #B32F06
Complementary color
Monochromatic Colors of #B32F06
Black with #B32F06
Text Example
Text Example
White with #B32F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32F06; }
p { color: rgb(179,47,6); }
H1.HeaderClassName
{
color: #B32F06;
}
.AnyTagClassName
{
color: #B32F06;
}
</style>
background-color css
<style>
a { background-color: #B32F06; }
a { background-color: rgb(179,47,6); }
div.DivClassName
{
background-color: #B32F06;
}
.BgClassName
{
background-color: #B32F06;
}
</style>
border-color css
<style>
span { border-color: #B32F06; }
span { border-color: rgb(179,47,6); }
td.TdClassName
{
border-color: #B32F06;
}
.TagClassName
{
border-color: #B32F06;
}
</style>