Shades of Rust #B52A06
Tints of Rust #B52A06
RGB
CMYK
RGB Variations
Color information
#B52A06 (or 0xB52A06) is known color: Rust. HEX triplet: B5, 2A and 06. RGB value is (181,42,6). Sum of RGB (Red+Green+Blue) = 181+42+6=229 (30% of max value = 765). Red value is 181 (71.09% from 255 or 79.04% from 229); Green value is 42 (16.80% from 255 or 18.34% from 229); Blue value is 6 (2.73% from 255 or 2.62% from 229); Max value from RGB is 181 - color contains mainly: red. Hex color #B52A06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52A06 is #4AD5F9. Grayscale: #4F4F4F. Windows color (decimal): -4904442 or 404149. OLE color: 404149.
HSL color Cylindrical-coordinate representation of color #B52A06: hue angle of 12.34º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B52A06 is Cyan = 0, Magento = 0.77, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 42 | 6 | - |
| CMYK | 0 | 0.77 | 0.97 | 0.29 |
| HSL | 12.34º | 0.94% | 0.37% | - |
| HSV(B) | 12.34º | 0.97% | 0.71% | - |
| XYZ | 19.92 | 11.49 | 1.34 | - |
| YUV | 79.46 | 86.55 | 200.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 42 | 6 | 0 | 0.77 | 0.97 | 0.29 | 12.34 | 0.94 | 0.37 |
| Hex | B5 | 2A | 6 | 0 | 4D | 61 | 1D | C | 5E | 25 |
| Octal | 265 | 52 | 6 | 0 | 115 | 141 | 35 | 14 | 136 | 45 |
| Binary | 10110101 | 101010 | 110 | 0 | 1001101 | 1100001 | 11101 | 1100 | 1011110 | 100101 |
Color Harmonies of #B52A06
Complementary color
Monochromatic Colors of #B52A06
Black with #B52A06
Text Example
Text Example
White with #B52A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52A06; }
p { color: rgb(181,42,6); }
H1.HeaderClassName
{
color: #B52A06;
}
.AnyTagClassName
{
color: #B52A06;
}
</style>
background-color css
<style>
a { background-color: #B52A06; }
a { background-color: rgb(181,42,6); }
div.DivClassName
{
background-color: #B52A06;
}
.BgClassName
{
background-color: #B52A06;
}
</style>
border-color css
<style>
span { border-color: #B52A06; }
span { border-color: rgb(181,42,6); }
td.TdClassName
{
border-color: #B52A06;
}
.TagClassName
{
border-color: #B52A06;
}
</style>