Shades of Rust #B52C08
Tints of Rust #B52C08
RGB
CMYK
RGB Variations
Color information
#B52C08 (or 0xB52C08) is known color: Rust. HEX triplet: B5, 2C and 08. RGB value is (181,44,8). Sum of RGB (Red+Green+Blue) = 181+44+8=233 (30% of max value = 765). Red value is 181 (71.09% from 255 or 77.68% from 233); Green value is 44 (17.58% from 255 or 18.88% from 233); Blue value is 8 (3.52% from 255 or 3.43% from 233); Max value from RGB is 181 - color contains mainly: red. Hex color #B52C08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52C08 is #4AD3F7. Grayscale: #515151. Windows color (decimal): -4903928 or 535733. OLE color: 535733.
HSL color Cylindrical-coordinate representation of color #B52C08: hue angle of 12.49º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B52C08 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 44 | 8 | - |
| CMYK | 0 | 0.76 | 0.96 | 0.29 |
| HSL | 12.49º | 0.92% | 0.37% | - |
| HSV(B) | 12.49º | 0.96% | 0.71% | - |
| XYZ | 20 | 11.64 | 1.42 | - |
| YUV | 80.86 | 86.89 | 199.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 44 | 8 | 0 | 0.76 | 0.96 | 0.29 | 12.49 | 0.92 | 0.37 |
| Hex | B5 | 2C | 8 | 0 | 4C | 60 | 1D | C | 5C | 25 |
| Octal | 265 | 54 | 10 | 0 | 114 | 140 | 35 | 14 | 134 | 45 |
| Binary | 10110101 | 101100 | 1000 | 0 | 1001100 | 1100000 | 11101 | 1100 | 1011100 | 100101 |
Color Harmonies of #B52C08
Complementary color
Monochromatic Colors of #B52C08
Black with #B52C08
Text Example
Text Example
White with #B52C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52C08; }
p { color: rgb(181,44,8); }
H1.HeaderClassName
{
color: #B52C08;
}
.AnyTagClassName
{
color: #B52C08;
}
</style>
background-color css
<style>
a { background-color: #B52C08; }
a { background-color: rgb(181,44,8); }
div.DivClassName
{
background-color: #B52C08;
}
.BgClassName
{
background-color: #B52C08;
}
</style>
border-color css
<style>
span { border-color: #B52C08; }
span { border-color: rgb(181,44,8); }
td.TdClassName
{
border-color: #B52C08;
}
.TagClassName
{
border-color: #B52C08;
}
</style>