Shades of Rust #B52E00
Tints of Rust #B52E00
RGB
CMYK
RGB Variations
Color information
#B52E00 (or 0xB52E00) is known color: Rust. HEX triplet: B5, 2E and 00. RGB value is (181,46,0). Sum of RGB (Red+Green+Blue) = 181+46+0=227 (30% of max value = 765). Red value is 181 (71.09% from 255 or 79.74% from 227); Green value is 46 (18.36% from 255 or 20.26% from 227); Blue value is 0 (0.39% from 255 or 0% from 227); Max value from RGB is 181 - color contains mainly: red. Hex color #B52E00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52E00 is #4AD1FF. Grayscale: #515151. Windows color (decimal): -4903424 or 11957. OLE color: 11957.
HSL color Cylindrical-coordinate representation of color #B52E00: hue angle of 15.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 #B52E00 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 46 | 0 | - |
| CMYK | 0 | 0.75 | 1 | 0.29 |
| HSL | 15.25º | 1% | 0.35% | - |
| HSV(B) | 15.25º | 1% | 0.71% | - |
| XYZ | 20.03 | 11.78 | 1.22 | - |
| YUV | 81.12 | 82.23 | 199.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 46 | 0 | 0 | 0.75 | 1 | 0.29 | 15.25 | 1 | 0.35 |
| Hex | B5 | 2E | 0 | 0 | 4B | 64 | 1D | F | 64 | 23 |
| Octal | 265 | 56 | 0 | 0 | 113 | 144 | 35 | 17 | 144 | 43 |
| Binary | 10110101 | 101110 | 0 | 0 | 1001011 | 1100100 | 11101 | 1111 | 1100100 | 100011 |
Color Harmonies of #B52E00
Complementary color
Monochromatic Colors of #B52E00
Black with #B52E00
Text Example
Text Example
White with #B52E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52E00; }
p { color: rgb(181,46,0); }
H1.HeaderClassName
{
color: #B52E00;
}
.AnyTagClassName
{
color: #B52E00;
}
</style>
background-color css
<style>
a { background-color: #B52E00; }
a { background-color: rgb(181,46,0); }
div.DivClassName
{
background-color: #B52E00;
}
.BgClassName
{
background-color: #B52E00;
}
</style>
border-color css
<style>
span { border-color: #B52E00; }
span { border-color: rgb(181,46,0); }
td.TdClassName
{
border-color: #B52E00;
}
.TagClassName
{
border-color: #B52E00;
}
</style>