Shades of Rust #B52C02
Tints of Rust #B52C02
RGB
CMYK
RGB Variations
Color information
#B52C02 (or 0xB52C02) is known color: Rust. HEX triplet: B5, 2C and 02. RGB value is (181,44,2). Sum of RGB (Red+Green+Blue) = 181+44+2=227 (30% of max value = 765). Red value is 181 (71.09% from 255 or 79.74% from 227); Green value is 44 (17.58% from 255 or 19.38% from 227); Blue value is 2 (1.17% from 255 or 0.88% from 227); Max value from RGB is 181 - color contains mainly: red. Hex color #B52C02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52C02 is #4AD3FD. Grayscale: #505050. Windows color (decimal): -4903934 or 142517. OLE color: 142517.
HSL color Cylindrical-coordinate representation of color #B52C02: hue angle of 14.08º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B52C02 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 44 | 2 | - |
| CMYK | 0 | 0.76 | 0.99 | 0.29 |
| HSL | 14.08º | 0.98% | 0.36% | - |
| HSV(B) | 14.08º | 0.99% | 0.71% | - |
| XYZ | 19.97 | 11.63 | 1.25 | - |
| YUV | 80.18 | 83.89 | 199.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 44 | 2 | 0 | 0.76 | 0.99 | 0.29 | 14.08 | 0.98 | 0.36 |
| Hex | B5 | 2C | 2 | 0 | 4C | 63 | 1D | E | 62 | 24 |
| Octal | 265 | 54 | 2 | 0 | 114 | 143 | 35 | 16 | 142 | 44 |
| Binary | 10110101 | 101100 | 10 | 0 | 1001100 | 1100011 | 11101 | 1110 | 1100010 | 100100 |
Color Harmonies of #B52C02
Complementary color
Monochromatic Colors of #B52C02
Black with #B52C02
Text Example
Text Example
White with #B52C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52C02; }
p { color: rgb(181,44,2); }
H1.HeaderClassName
{
color: #B52C02;
}
.AnyTagClassName
{
color: #B52C02;
}
</style>
background-color css
<style>
a { background-color: #B52C02; }
a { background-color: rgb(181,44,2); }
div.DivClassName
{
background-color: #B52C02;
}
.BgClassName
{
background-color: #B52C02;
}
</style>
border-color css
<style>
span { border-color: #B52C02; }
span { border-color: rgb(181,44,2); }
td.TdClassName
{
border-color: #B52C02;
}
.TagClassName
{
border-color: #B52C02;
}
</style>