Shades of Rust #B52904
Tints of Rust #B52904
RGB
CMYK
RGB Variations
Color information
#B52904 (or 0xB52904) is known color: Rust. HEX triplet: B5, 29 and 04. RGB value is (181,41,4). Sum of RGB (Red+Green+Blue) = 181+41+4=226 (29% of max value = 765). Red value is 181 (71.09% from 255 or 80.09% from 226); Green value is 41 (16.41% from 255 or 18.14% from 226); Blue value is 4 (1.95% from 255 or 1.77% from 226); Max value from RGB is 181 - color contains mainly: red. Hex color #B52904 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52904 is #4AD6FB. Grayscale: #4E4E4E. Windows color (decimal): -4904700 or 272821. OLE color: 272821.
HSL color Cylindrical-coordinate representation of color #B52904: hue angle of 12.54º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B52904 is Cyan = 0, Magento = 0.77, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 41 | 4 | - |
| CMYK | 0 | 0.77 | 0.98 | 0.29 |
| HSL | 12.54º | 0.96% | 0.36% | - |
| HSV(B) | 12.54º | 0.98% | 0.71% | - |
| XYZ | 19.87 | 11.42 | 1.27 | - |
| YUV | 78.64 | 85.88 | 201.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 41 | 4 | 0 | 0.77 | 0.98 | 0.29 | 12.54 | 0.96 | 0.36 |
| Hex | B5 | 29 | 4 | 0 | 4D | 62 | 1D | D | 60 | 24 |
| Octal | 265 | 51 | 4 | 0 | 115 | 142 | 35 | 15 | 140 | 44 |
| Binary | 10110101 | 101001 | 100 | 0 | 1001101 | 1100010 | 11101 | 1101 | 1100000 | 100100 |
Color Harmonies of #B52904
Complementary color
Monochromatic Colors of #B52904
Black with #B52904
Text Example
Text Example
White with #B52904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52904; }
p { color: rgb(181,41,4); }
H1.HeaderClassName
{
color: #B52904;
}
.AnyTagClassName
{
color: #B52904;
}
</style>
background-color css
<style>
a { background-color: #B52904; }
a { background-color: rgb(181,41,4); }
div.DivClassName
{
background-color: #B52904;
}
.BgClassName
{
background-color: #B52904;
}
</style>
border-color css
<style>
span { border-color: #B52904; }
span { border-color: rgb(181,41,4); }
td.TdClassName
{
border-color: #B52904;
}
.TagClassName
{
border-color: #B52904;
}
</style>