Shades of Rust #B52D02
Tints of Rust #B52D02
RGB
CMYK
RGB Variations
Color information
#B52D02 (or 0xB52D02) is known color: Rust. HEX triplet: B5, 2D and 02. RGB value is (181,45,2). Sum of RGB (Red+Green+Blue) = 181+45+2=228 (30% of max value = 765). Red value is 181 (71.09% from 255 or 79.39% from 228); Green value is 45 (17.97% from 255 or 19.74% from 228); Blue value is 2 (1.17% from 255 or 0.88% from 228); Max value from RGB is 181 - color contains mainly: red. Hex color #B52D02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52D02 is #4AD2FD. Grayscale: #515151. Windows color (decimal): -4903678 or 142773. OLE color: 142773.
HSL color Cylindrical-coordinate representation of color #B52D02: hue angle of 14.41º 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 #B52D02 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 45 | 2 | - |
| CMYK | 0 | 0.75 | 0.99 | 0.29 |
| HSL | 14.41º | 0.98% | 0.36% | - |
| HSV(B) | 14.41º | 0.99% | 0.71% | - |
| XYZ | 20.01 | 11.7 | 1.26 | - |
| YUV | 80.76 | 83.56 | 199.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 45 | 2 | 0 | 0.75 | 0.99 | 0.29 | 14.41 | 0.98 | 0.36 |
| Hex | B5 | 2D | 2 | 0 | 4B | 63 | 1D | E | 62 | 24 |
| Octal | 265 | 55 | 2 | 0 | 113 | 143 | 35 | 16 | 142 | 44 |
| Binary | 10110101 | 101101 | 10 | 0 | 1001011 | 1100011 | 11101 | 1110 | 1100010 | 100100 |
Color Harmonies of #B52D02
Complementary color
Monochromatic Colors of #B52D02
Black with #B52D02
Text Example
Text Example
White with #B52D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52D02; }
p { color: rgb(181,45,2); }
H1.HeaderClassName
{
color: #B52D02;
}
.AnyTagClassName
{
color: #B52D02;
}
</style>
background-color css
<style>
a { background-color: #B52D02; }
a { background-color: rgb(181,45,2); }
div.DivClassName
{
background-color: #B52D02;
}
.BgClassName
{
background-color: #B52D02;
}
</style>
border-color css
<style>
span { border-color: #B52D02; }
span { border-color: rgb(181,45,2); }
td.TdClassName
{
border-color: #B52D02;
}
.TagClassName
{
border-color: #B52D02;
}
</style>