Shades of Rust #B32A06
Tints of Rust #B32A06
RGB
CMYK
RGB Variations
Color information
#B32A06 (or 0xB32A06) is known color: Rust. HEX triplet: B3, 2A and 06. RGB value is (179,42,6). Sum of RGB (Red+Green+Blue) = 179+42+6=227 (30% of max value = 765). Red value is 179 (70.31% from 255 or 78.85% from 227); Green value is 42 (16.80% from 255 or 18.50% from 227); Blue value is 6 (2.73% from 255 or 2.64% from 227); Max value from RGB is 179 - color contains mainly: red. Hex color #B32A06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32A06 is #4CD5F9. Grayscale: #4F4F4F. Windows color (decimal): -5035514 or 404147. OLE color: 404147.
HSL color Cylindrical-coordinate representation of color #B32A06: hue angle of 12.49º 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 #B32A06 is Cyan = 0, Magento = 0.77, Yellow = 0.97 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 42 | 6 | - |
| CMYK | 0 | 0.77 | 0.97 | 0.30 |
| HSL | 12.49º | 0.94% | 0.36% | - |
| HSV(B) | 12.49º | 0.97% | 0.7% | - |
| XYZ | 19.45 | 11.25 | 1.32 | - |
| YUV | 78.86 | 86.89 | 199.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 42 | 6 | 0 | 0.77 | 0.97 | 0.30 | 12.49 | 0.94 | 0.36 |
| Hex | B3 | 2A | 6 | 0 | 4D | 61 | 1E | C | 5E | 24 |
| Octal | 263 | 52 | 6 | 0 | 115 | 141 | 36 | 14 | 136 | 44 |
| Binary | 10110011 | 101010 | 110 | 0 | 1001101 | 1100001 | 11110 | 1100 | 1011110 | 100100 |
Color Harmonies of #B32A06
Complementary color
Monochromatic Colors of #B32A06
Black with #B32A06
Text Example
Text Example
White with #B32A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32A06; }
p { color: rgb(179,42,6); }
H1.HeaderClassName
{
color: #B32A06;
}
.AnyTagClassName
{
color: #B32A06;
}
</style>
background-color css
<style>
a { background-color: #B32A06; }
a { background-color: rgb(179,42,6); }
div.DivClassName
{
background-color: #B32A06;
}
.BgClassName
{
background-color: #B32A06;
}
</style>
border-color css
<style>
span { border-color: #B32A06; }
span { border-color: rgb(179,42,6); }
td.TdClassName
{
border-color: #B32A06;
}
.TagClassName
{
border-color: #B32A06;
}
</style>