Shades of Rust #B52A00
Tints of Rust #B52A00
RGB
CMYK
RGB Variations
Color information
#B52A00 (or 0xB52A00) is known color: Rust. HEX triplet: B5, 2A and 00. RGB value is (181,42,0). Sum of RGB (Red+Green+Blue) = 181+42+0=223 (29% of max value = 765). Red value is 181 (71.09% from 255 or 81.17% from 223); Green value is 42 (16.80% from 255 or 18.83% from 223); Blue value is 0 (0.39% from 255 or 0% from 223); Max value from RGB is 181 - color contains mainly: red. Hex color #B52A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52A00 is #4AD5FF. Grayscale: #4F4F4F. Windows color (decimal): -4904448 or 10933. OLE color: 10933.
HSL color Cylindrical-coordinate representation of color #B52A00: hue angle of 13.92º 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 #B52A00 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 42 | 0 | - |
| CMYK | 0 | 0.77 | 1 | 0.29 |
| HSL | 13.92º | 1% | 0.35% | - |
| HSV(B) | 13.92º | 1% | 0.71% | - |
| XYZ | 19.88 | 11.48 | 1.17 | - |
| YUV | 78.77 | 83.55 | 200.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 42 | 0 | 0 | 0.77 | 1 | 0.29 | 13.92 | 1 | 0.35 |
| Hex | B5 | 2A | 0 | 0 | 4D | 64 | 1D | E | 64 | 23 |
| Octal | 265 | 52 | 0 | 0 | 115 | 144 | 35 | 16 | 144 | 43 |
| Binary | 10110101 | 101010 | 0 | 0 | 1001101 | 1100100 | 11101 | 1110 | 1100100 | 100011 |
Color Harmonies of #B52A00
Complementary color
Monochromatic Colors of #B52A00
Black with #B52A00
Text Example
Text Example
White with #B52A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52A00; }
p { color: rgb(181,42,0); }
H1.HeaderClassName
{
color: #B52A00;
}
.AnyTagClassName
{
color: #B52A00;
}
</style>
background-color css
<style>
a { background-color: #B52A00; }
a { background-color: rgb(181,42,0); }
div.DivClassName
{
background-color: #B52A00;
}
.BgClassName
{
background-color: #B52A00;
}
</style>
border-color css
<style>
span { border-color: #B52A00; }
span { border-color: rgb(181,42,0); }
td.TdClassName
{
border-color: #B52A00;
}
.TagClassName
{
border-color: #B52A00;
}
</style>