Shades of Rust #B32C0A
Tints of Rust #B32C0A
RGB
CMYK
RGB Variations
Color information
#B32C0A (or 0xB32C0A) is known color: Rust. HEX triplet: B3, 2C and 0A. RGB value is (179,44,10). Sum of RGB (Red+Green+Blue) = 179+44+10=233 (30% of max value = 765). Red value is 179 (70.31% from 255 or 76.82% from 233); Green value is 44 (17.58% from 255 or 18.88% from 233); Blue value is 10 (4.30% from 255 or 4.29% from 233); Max value from RGB is 179 - color contains mainly: red. Hex color #B32C0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32C0A is #4CD3F5. Grayscale: #505050. Windows color (decimal): -5034998 or 666803. OLE color: 666803.
HSL color Cylindrical-coordinate representation of color #B32C0A: hue angle of 12.07º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B32C0A is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 44 | 10 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.30 |
| HSL | 12.07º | 0.89% | 0.37% | - |
| HSV(B) | 12.07º | 0.94% | 0.7% | - |
| XYZ | 19.55 | 11.41 | 1.46 | - |
| YUV | 80.49 | 88.23 | 198.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 44 | 10 | 0 | 0.75 | 0.94 | 0.30 | 12.07 | 0.89 | 0.37 |
| Hex | B3 | 2C | A | 0 | 4B | 5E | 1E | C | 59 | 25 |
| Octal | 263 | 54 | 12 | 0 | 113 | 136 | 36 | 14 | 131 | 45 |
| Binary | 10110011 | 101100 | 1010 | 0 | 1001011 | 1011110 | 11110 | 1100 | 1011001 | 100101 |
Color Harmonies of #B32C0A
Complementary color
Monochromatic Colors of #B32C0A
Black with #B32C0A
Text Example
Text Example
White with #B32C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32C0A; }
p { color: rgb(179,44,10); }
H1.HeaderClassName
{
color: #B32C0A;
}
.AnyTagClassName
{
color: #B32C0A;
}
</style>
background-color css
<style>
a { background-color: #B32C0A; }
a { background-color: rgb(179,44,10); }
div.DivClassName
{
background-color: #B32C0A;
}
.BgClassName
{
background-color: #B32C0A;
}
</style>
border-color css
<style>
span { border-color: #B32C0A; }
span { border-color: rgb(179,44,10); }
td.TdClassName
{
border-color: #B32C0A;
}
.TagClassName
{
border-color: #B32C0A;
}
</style>