Shades of Rust #B53302
Tints of Rust #B53302
RGB
CMYK
RGB Variations
Color information
#B53302 (or 0xB53302) is known color: Rust. HEX triplet: B5, 33 and 02. RGB value is (181,51,2). Sum of RGB (Red+Green+Blue) = 181+51+2=234 (30% of max value = 765). Red value is 181 (71.09% from 255 or 77.35% from 234); Green value is 51 (20.31% from 255 or 21.79% from 234); Blue value is 2 (1.17% from 255 or 0.85% from 234); Max value from RGB is 181 - color contains mainly: red. Hex color #B53302 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53302 is #4ACCFD. Grayscale: #545454. Windows color (decimal): -4902142 or 144309. OLE color: 144309.
HSL color Cylindrical-coordinate representation of color #B53302: hue angle of 16.42º 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 #B53302 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 51 | 2 | - |
| CMYK | 0 | 0.72 | 0.99 | 0.29 |
| HSL | 16.42º | 0.98% | 0.36% | - |
| HSV(B) | 16.42º | 0.99% | 0.71% | - |
| XYZ | 20.25 | 12.2 | 1.34 | - |
| YUV | 84.28 | 81.57 | 196.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 51 | 2 | 0 | 0.72 | 0.99 | 0.29 | 16.42 | 0.98 | 0.36 |
| Hex | B5 | 33 | 2 | 0 | 48 | 63 | 1D | 10 | 62 | 24 |
| Octal | 265 | 63 | 2 | 0 | 110 | 143 | 35 | 20 | 142 | 44 |
| Binary | 10110101 | 110011 | 10 | 0 | 1001000 | 1100011 | 11101 | 10000 | 1100010 | 100100 |
Color Harmonies of #B53302
Complementary color
Monochromatic Colors of #B53302
Black with #B53302
Text Example
Text Example
White with #B53302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53302; }
p { color: rgb(181,51,2); }
H1.HeaderClassName
{
color: #B53302;
}
.AnyTagClassName
{
color: #B53302;
}
</style>
background-color css
<style>
a { background-color: #B53302; }
a { background-color: rgb(181,51,2); }
div.DivClassName
{
background-color: #B53302;
}
.BgClassName
{
background-color: #B53302;
}
</style>
border-color css
<style>
span { border-color: #B53302; }
span { border-color: rgb(181,51,2); }
td.TdClassName
{
border-color: #B53302;
}
.TagClassName
{
border-color: #B53302;
}
</style>