Shades of Rust #B52B00
Tints of Rust #B52B00
RGB
CMYK
RGB Variations
Color information
#B52B00 (or 0xB52B00) is known color: Rust. HEX triplet: B5, 2B and 00. RGB value is (181,43,0). Sum of RGB (Red+Green+Blue) = 181+43+0=224 (29% of max value = 765). Red value is 181 (71.09% from 255 or 80.80% from 224); Green value is 43 (17.19% from 255 or 19.20% from 224); Blue value is 0 (0.39% from 255 or 0% from 224); Max value from RGB is 181 - color contains mainly: red. Hex color #B52B00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52B00 is #4AD4FF. Grayscale: #4F4F4F. Windows color (decimal): -4904192 or 11189. OLE color: 11189.
HSL color Cylindrical-coordinate representation of color #B52B00: hue angle of 14.25º 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 #B52B00 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 43 | 0 | - |
| CMYK | 0 | 0.76 | 1 | 0.29 |
| HSL | 14.25º | 1% | 0.35% | - |
| HSV(B) | 14.25º | 1% | 0.71% | - |
| XYZ | 19.92 | 11.55 | 1.18 | - |
| YUV | 79.36 | 83.22 | 200.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 43 | 0 | 0 | 0.76 | 1 | 0.29 | 14.25 | 1 | 0.35 |
| Hex | B5 | 2B | 0 | 0 | 4C | 64 | 1D | E | 64 | 23 |
| Octal | 265 | 53 | 0 | 0 | 114 | 144 | 35 | 16 | 144 | 43 |
| Binary | 10110101 | 101011 | 0 | 0 | 1001100 | 1100100 | 11101 | 1110 | 1100100 | 100011 |
Color Harmonies of #B52B00
Complementary color
Monochromatic Colors of #B52B00
Black with #B52B00
Text Example
Text Example
White with #B52B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52B00; }
p { color: rgb(181,43,0); }
H1.HeaderClassName
{
color: #B52B00;
}
.AnyTagClassName
{
color: #B52B00;
}
</style>
background-color css
<style>
a { background-color: #B52B00; }
a { background-color: rgb(181,43,0); }
div.DivClassName
{
background-color: #B52B00;
}
.BgClassName
{
background-color: #B52B00;
}
</style>
border-color css
<style>
span { border-color: #B52B00; }
span { border-color: rgb(181,43,0); }
td.TdClassName
{
border-color: #B52B00;
}
.TagClassName
{
border-color: #B52B00;
}
</style>