Shades of Rust #B53204
Tints of Rust #B53204
RGB
CMYK
RGB Variations
Color information
#B53204 (or 0xB53204) is known color: Rust. HEX triplet: B5, 32 and 04. RGB value is (181,50,4). Sum of RGB (Red+Green+Blue) = 181+50+4=235 (31% of max value = 765). Red value is 181 (71.09% from 255 or 77.02% from 235); Green value is 50 (19.92% from 255 or 21.28% from 235); Blue value is 4 (1.95% from 255 or 1.70% from 235); Max value from RGB is 181 - color contains mainly: red. Hex color #B53204 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53204 is #4ACDFB. Grayscale: #545454. Windows color (decimal): -4902396 or 275125. OLE color: 275125.
HSL color Cylindrical-coordinate representation of color #B53204: hue angle of 15.59º 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 #B53204 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 50 | 4 | - |
| CMYK | 0 | 0.72 | 0.98 | 0.29 |
| HSL | 15.59º | 0.96% | 0.36% | - |
| HSV(B) | 15.59º | 0.98% | 0.71% | - |
| XYZ | 20.22 | 12.11 | 1.39 | - |
| YUV | 83.93 | 82.9 | 197.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 50 | 4 | 0 | 0.72 | 0.98 | 0.29 | 15.59 | 0.96 | 0.36 |
| Hex | B5 | 32 | 4 | 0 | 48 | 62 | 1D | 10 | 60 | 24 |
| Octal | 265 | 62 | 4 | 0 | 110 | 142 | 35 | 20 | 140 | 44 |
| Binary | 10110101 | 110010 | 100 | 0 | 1001000 | 1100010 | 11101 | 10000 | 1100000 | 100100 |
Color Harmonies of #B53204
Complementary color
Monochromatic Colors of #B53204
Black with #B53204
Text Example
Text Example
White with #B53204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53204; }
p { color: rgb(181,50,4); }
H1.HeaderClassName
{
color: #B53204;
}
.AnyTagClassName
{
color: #B53204;
}
</style>
background-color css
<style>
a { background-color: #B53204; }
a { background-color: rgb(181,50,4); }
div.DivClassName
{
background-color: #B53204;
}
.BgClassName
{
background-color: #B53204;
}
</style>
border-color css
<style>
span { border-color: #B53204; }
span { border-color: rgb(181,50,4); }
td.TdClassName
{
border-color: #B53204;
}
.TagClassName
{
border-color: #B53204;
}
</style>