Shades of Rust #B32A00
Tints of Rust #B32A00
RGB
CMYK
RGB Variations
Color information
#B32A00 (or 0xB32A00) is known color: Rust. HEX triplet: B3, 2A and 00. RGB value is (179,42,0). Sum of RGB (Red+Green+Blue) = 179+42+0=221 (29% of max value = 765). Red value is 179 (70.31% from 255 or 81.00% from 221); Green value is 42 (16.80% from 255 or 19.00% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 179 - color contains mainly: red. Hex color #B32A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32A00 is #4CD5FF. Grayscale: #4E4E4E. Windows color (decimal): -5035520 or 10931. OLE color: 10931.
HSL color Cylindrical-coordinate representation of color #B32A00: hue angle of 14.08º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B32A00 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 42 | 0 | - |
| CMYK | 0 | 0.77 | 1 | 0.30 |
| HSL | 14.08º | 1% | 0.35% | - |
| HSV(B) | 14.08º | 1% | 0.7% | - |
| XYZ | 19.42 | 11.24 | 1.15 | - |
| YUV | 78.18 | 83.89 | 199.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 42 | 0 | 0 | 0.77 | 1 | 0.30 | 14.08 | 1 | 0.35 |
| Hex | B3 | 2A | 0 | 0 | 4D | 64 | 1E | E | 64 | 23 |
| Octal | 263 | 52 | 0 | 0 | 115 | 144 | 36 | 16 | 144 | 43 |
| Binary | 10110011 | 101010 | 0 | 0 | 1001101 | 1100100 | 11110 | 1110 | 1100100 | 100011 |
Color Harmonies of #B32A00
Complementary color
Monochromatic Colors of #B32A00
Black with #B32A00
Text Example
Text Example
White with #B32A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32A00; }
p { color: rgb(179,42,0); }
H1.HeaderClassName
{
color: #B32A00;
}
.AnyTagClassName
{
color: #B32A00;
}
</style>
background-color css
<style>
a { background-color: #B32A00; }
a { background-color: rgb(179,42,0); }
div.DivClassName
{
background-color: #B32A00;
}
.BgClassName
{
background-color: #B32A00;
}
</style>
border-color css
<style>
span { border-color: #B32A00; }
span { border-color: rgb(179,42,0); }
td.TdClassName
{
border-color: #B32A00;
}
.TagClassName
{
border-color: #B32A00;
}
</style>