Shades of Rust #B55202
Tints of Rust #B55202
RGB
CMYK
RGB Variations
Color information
#B55202 (or 0xB55202) is known color: Rust. HEX triplet: B5, 52 and 02. RGB value is (181,82,2). Sum of RGB (Red+Green+Blue) = 181+82+2=265 (35% of max value = 765). Red value is 181 (71.09% from 255 or 68.30% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 2 (1.17% from 255 or 0.75% from 265); Max value from RGB is 181 - color contains mainly: red. Hex color #B55202 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55202 is #4AADFD. Grayscale: #666666. Windows color (decimal): -4894206 or 152245. OLE color: 152245.
HSL color Cylindrical-coordinate representation of color #B55202: hue angle of 26.82º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B55202 is Cyan = 0, Magento = 0.55, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 82 | 2 | - |
| CMYK | 0 | 0.55 | 0.99 | 0.29 |
| HSL | 26.82º | 0.98% | 0.36% | - |
| HSV(B) | 26.82º | 0.99% | 0.71% | - |
| XYZ | 22.08 | 15.86 | 1.96 | - |
| YUV | 102.48 | 71.3 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 82 | 2 | 0 | 0.55 | 0.99 | 0.29 | 26.82 | 0.98 | 0.36 |
| Hex | B5 | 52 | 2 | 0 | 37 | 63 | 1D | 1B | 62 | 24 |
| Octal | 265 | 122 | 2 | 0 | 67 | 143 | 35 | 33 | 142 | 44 |
| Binary | 10110101 | 1010010 | 10 | 0 | 110111 | 1100011 | 11101 | 11011 | 1100010 | 100100 |
Color Harmonies of #B55202
Complementary color
Monochromatic Colors of #B55202
Black with #B55202
Text Example
Text Example
White with #B55202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55202; }
p { color: rgb(181,82,2); }
H1.HeaderClassName
{
color: #B55202;
}
.AnyTagClassName
{
color: #B55202;
}
</style>
background-color css
<style>
a { background-color: #B55202; }
a { background-color: rgb(181,82,2); }
div.DivClassName
{
background-color: #B55202;
}
.BgClassName
{
background-color: #B55202;
}
</style>
border-color css
<style>
span { border-color: #B55202; }
span { border-color: rgb(181,82,2); }
td.TdClassName
{
border-color: #B55202;
}
.TagClassName
{
border-color: #B55202;
}
</style>