Shades of Rust #B52800
Tints of Rust #B52800
RGB
CMYK
RGB Variations
Color information
#B52800 (or 0xB52800) is known color: Rust. HEX triplet: B5, 28 and 00. RGB value is (181,40,0). Sum of RGB (Red+Green+Blue) = 181+40+0=221 (29% of max value = 765). Red value is 181 (71.09% from 255 or 81.90% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 181 - color contains mainly: red. Hex color #B52800 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52800 is #4AD7FF. Grayscale: #4D4D4D. Windows color (decimal): -4904960 or 10421. OLE color: 10421.
HSL color Cylindrical-coordinate representation of color #B52800: hue angle of 13.26º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B52800 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 40 | 0 | - |
| CMYK | 0 | 0.78 | 1 | 0.29 |
| HSL | 13.26º | 1% | 0.35% | - |
| HSV(B) | 13.26º | 1% | 0.71% | - |
| XYZ | 19.81 | 11.34 | 1.14 | - |
| YUV | 77.6 | 84.21 | 201.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 40 | 0 | 0 | 0.78 | 1 | 0.29 | 13.26 | 1 | 0.35 |
| Hex | B5 | 28 | 0 | 0 | 4E | 64 | 1D | D | 64 | 23 |
| Octal | 265 | 50 | 0 | 0 | 116 | 144 | 35 | 15 | 144 | 43 |
| Binary | 10110101 | 101000 | 0 | 0 | 1001110 | 1100100 | 11101 | 1101 | 1100100 | 100011 |
Color Harmonies of #B52800
Complementary color
Monochromatic Colors of #B52800
Black with #B52800
Text Example
Text Example
White with #B52800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52800; }
p { color: rgb(181,40,0); }
H1.HeaderClassName
{
color: #B52800;
}
.AnyTagClassName
{
color: #B52800;
}
</style>
background-color css
<style>
a { background-color: #B52800; }
a { background-color: rgb(181,40,0); }
div.DivClassName
{
background-color: #B52800;
}
.BgClassName
{
background-color: #B52800;
}
</style>
border-color css
<style>
span { border-color: #B52800; }
span { border-color: rgb(181,40,0); }
td.TdClassName
{
border-color: #B52800;
}
.TagClassName
{
border-color: #B52800;
}
</style>