Shades of Rust #B52D01
Tints of Rust #B52D01
RGB
CMYK
RGB Variations
Color information
#B52D01 (or 0xB52D01) is known color: Rust. HEX triplet: B5, 2D and 01. RGB value is (181,45,1). Sum of RGB (Red+Green+Blue) = 181+45+1=227 (30% of max value = 765). Red value is 181 (71.09% from 255 or 79.74% from 227); Green value is 45 (17.97% from 255 or 19.82% from 227); Blue value is 1 (0.78% from 255 or 0.44% from 227); Max value from RGB is 181 - color contains mainly: red. Hex color #B52D01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52D01 is #4AD2FE. Grayscale: #505050. Windows color (decimal): -4903679 or 77237. OLE color: 77237.
HSL color Cylindrical-coordinate representation of color #B52D01: hue angle of 14.67º degrees, saturation: 0.99, 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 #B52D01 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 45 | 1 | - |
| CMYK | 0 | 0.75 | 0.99 | 0.29 |
| HSL | 14.67º | 0.99% | 0.36% | - |
| HSV(B) | 14.67º | 0.99% | 0.71% | - |
| XYZ | 20 | 11.7 | 1.23 | - |
| YUV | 80.65 | 83.06 | 199.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 45 | 1 | 0 | 0.75 | 0.99 | 0.29 | 14.67 | 0.99 | 0.36 |
| Hex | B5 | 2D | 1 | 0 | 4B | 63 | 1D | F | 63 | 24 |
| Octal | 265 | 55 | 1 | 0 | 113 | 143 | 35 | 17 | 143 | 44 |
| Binary | 10110101 | 101101 | 1 | 0 | 1001011 | 1100011 | 11101 | 1111 | 1100011 | 100100 |
Color Harmonies of #B52D01
Complementary color
Monochromatic Colors of #B52D01
Black with #B52D01
Text Example
Text Example
White with #B52D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52D01; }
p { color: rgb(181,45,1); }
H1.HeaderClassName
{
color: #B52D01;
}
.AnyTagClassName
{
color: #B52D01;
}
</style>
background-color css
<style>
a { background-color: #B52D01; }
a { background-color: rgb(181,45,1); }
div.DivClassName
{
background-color: #B52D01;
}
.BgClassName
{
background-color: #B52D01;
}
</style>
border-color css
<style>
span { border-color: #B52D01; }
span { border-color: rgb(181,45,1); }
td.TdClassName
{
border-color: #B52D01;
}
.TagClassName
{
border-color: #B52D01;
}
</style>