Shades of Rust #B32C08
Tints of Rust #B32C08
RGB
CMYK
RGB Variations
Color information
#B32C08 (or 0xB32C08) is known color: Rust. HEX triplet: B3, 2C and 08. RGB value is (179,44,8). Sum of RGB (Red+Green+Blue) = 179+44+8=231 (30% of max value = 765). Red value is 179 (70.31% from 255 or 77.49% from 231); Green value is 44 (17.58% from 255 or 19.05% from 231); Blue value is 8 (3.52% from 255 or 3.46% from 231); Max value from RGB is 179 - color contains mainly: red. Hex color #B32C08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32C08 is #4CD3F7. Grayscale: #505050. Windows color (decimal): -5035000 or 535731. OLE color: 535731.
HSL color Cylindrical-coordinate representation of color #B32C08: hue angle of 12.63º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B32C08 is Cyan = 0, Magento = 0.75, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 44 | 8 | - |
| CMYK | 0 | 0.75 | 0.96 | 0.30 |
| HSL | 12.63º | 0.91% | 0.37% | - |
| HSV(B) | 12.63º | 0.96% | 0.7% | - |
| XYZ | 19.53 | 11.4 | 1.4 | - |
| YUV | 80.26 | 87.23 | 198.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 44 | 8 | 0 | 0.75 | 0.96 | 0.30 | 12.63 | 0.91 | 0.37 |
| Hex | B3 | 2C | 8 | 0 | 4B | 60 | 1E | D | 5B | 25 |
| Octal | 263 | 54 | 10 | 0 | 113 | 140 | 36 | 15 | 133 | 45 |
| Binary | 10110011 | 101100 | 1000 | 0 | 1001011 | 1100000 | 11110 | 1101 | 1011011 | 100101 |
Color Harmonies of #B32C08
Complementary color
Monochromatic Colors of #B32C08
Black with #B32C08
Text Example
Text Example
White with #B32C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32C08; }
p { color: rgb(179,44,8); }
H1.HeaderClassName
{
color: #B32C08;
}
.AnyTagClassName
{
color: #B32C08;
}
</style>
background-color css
<style>
a { background-color: #B32C08; }
a { background-color: rgb(179,44,8); }
div.DivClassName
{
background-color: #B32C08;
}
.BgClassName
{
background-color: #B32C08;
}
</style>
border-color css
<style>
span { border-color: #B32C08; }
span { border-color: rgb(179,44,8); }
td.TdClassName
{
border-color: #B32C08;
}
.TagClassName
{
border-color: #B32C08;
}
</style>