Shades of Rust #B55004
Tints of Rust #B55004
RGB
CMYK
RGB Variations
Color information
#B55004 (or 0xB55004) is known color: Rust. HEX triplet: B5, 50 and 04. RGB value is (181,80,4). Sum of RGB (Red+Green+Blue) = 181+80+4=265 (35% of max value = 765). Red value is 181 (71.09% from 255 or 68.30% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 4 (1.95% from 255 or 1.51% from 265); Max value from RGB is 181 - color contains mainly: red. Hex color #B55004 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55004 is #4AAFFB. Grayscale: #656565. Windows color (decimal): -4894716 or 282805. OLE color: 282805.
HSL color Cylindrical-coordinate representation of color #B55004: hue angle of 25.76º 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 #B55004 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 80 | 4 | - |
| CMYK | 0 | 0.56 | 0.98 | 0.29 |
| HSL | 25.76º | 0.96% | 0.36% | - |
| HSV(B) | 25.76º | 0.98% | 0.71% | - |
| XYZ | 21.95 | 15.57 | 1.96 | - |
| YUV | 101.54 | 72.96 | 184.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 80 | 4 | 0 | 0.56 | 0.98 | 0.29 | 25.76 | 0.96 | 0.36 |
| Hex | B5 | 50 | 4 | 0 | 38 | 62 | 1D | 1A | 60 | 24 |
| Octal | 265 | 120 | 4 | 0 | 70 | 142 | 35 | 32 | 140 | 44 |
| Binary | 10110101 | 1010000 | 100 | 0 | 111000 | 1100010 | 11101 | 11010 | 1100000 | 100100 |
Color Harmonies of #B55004
Complementary color
Monochromatic Colors of #B55004
Black with #B55004
Text Example
Text Example
White with #B55004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55004; }
p { color: rgb(181,80,4); }
H1.HeaderClassName
{
color: #B55004;
}
.AnyTagClassName
{
color: #B55004;
}
</style>
background-color css
<style>
a { background-color: #B55004; }
a { background-color: rgb(181,80,4); }
div.DivClassName
{
background-color: #B55004;
}
.BgClassName
{
background-color: #B55004;
}
</style>
border-color css
<style>
span { border-color: #B55004; }
span { border-color: rgb(181,80,4); }
td.TdClassName
{
border-color: #B55004;
}
.TagClassName
{
border-color: #B55004;
}
</style>