Shades of Rust #B52C06
Tints of Rust #B52C06
RGB
CMYK
RGB Variations
Color information
#B52C06 (or 0xB52C06) is known color: Rust. HEX triplet: B5, 2C and 06. RGB value is (181,44,6). Sum of RGB (Red+Green+Blue) = 181+44+6=231 (30% of max value = 765). Red value is 181 (71.09% from 255 or 78.35% from 231); Green value is 44 (17.58% from 255 or 19.05% from 231); Blue value is 6 (2.73% from 255 or 2.60% from 231); Max value from RGB is 181 - color contains mainly: red. Hex color #B52C06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52C06 is #4AD3F9. Grayscale: #505050. Windows color (decimal): -4903930 or 404661. OLE color: 404661.
HSL color Cylindrical-coordinate representation of color #B52C06: hue angle of 13.03º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B52C06 is Cyan = 0, Magento = 0.76, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 44 | 6 | - |
| CMYK | 0 | 0.76 | 0.97 | 0.29 |
| HSL | 13.03º | 0.94% | 0.37% | - |
| HSV(B) | 13.03º | 0.97% | 0.71% | - |
| XYZ | 19.99 | 11.64 | 1.37 | - |
| YUV | 80.63 | 85.89 | 199.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 44 | 6 | 0 | 0.76 | 0.97 | 0.29 | 13.03 | 0.94 | 0.37 |
| Hex | B5 | 2C | 6 | 0 | 4C | 61 | 1D | D | 5E | 25 |
| Octal | 265 | 54 | 6 | 0 | 114 | 141 | 35 | 15 | 136 | 45 |
| Binary | 10110101 | 101100 | 110 | 0 | 1001100 | 1100001 | 11101 | 1101 | 1011110 | 100101 |
Color Harmonies of #B52C06
Complementary color
Monochromatic Colors of #B52C06
Black with #B52C06
Text Example
Text Example
White with #B52C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52C06; }
p { color: rgb(181,44,6); }
H1.HeaderClassName
{
color: #B52C06;
}
.AnyTagClassName
{
color: #B52C06;
}
</style>
background-color css
<style>
a { background-color: #B52C06; }
a { background-color: rgb(181,44,6); }
div.DivClassName
{
background-color: #B52C06;
}
.BgClassName
{
background-color: #B52C06;
}
</style>
border-color css
<style>
span { border-color: #B52C06; }
span { border-color: rgb(181,44,6); }
td.TdClassName
{
border-color: #B52C06;
}
.TagClassName
{
border-color: #B52C06;
}
</style>