Shades of Rust #B53602
Tints of Rust #B53602
RGB
CMYK
RGB Variations
Color information
#B53602 (or 0xB53602) is known color: Rust. HEX triplet: B5, 36 and 02. RGB value is (181,54,2). Sum of RGB (Red+Green+Blue) = 181+54+2=237 (31% of max value = 765). Red value is 181 (71.09% from 255 or 76.37% from 237); Green value is 54 (21.48% from 255 or 22.78% from 237); Blue value is 2 (1.17% from 255 or 0.84% from 237); Max value from RGB is 181 - color contains mainly: red. Hex color #B53602 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53602 is #4AC9FD. Grayscale: #565656. Windows color (decimal): -4901374 or 145077. OLE color: 145077.
HSL color Cylindrical-coordinate representation of color #B53602: hue angle of 17.43º 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 #B53602 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 54 | 2 | - |
| CMYK | 0 | 0.70 | 0.99 | 0.29 |
| HSL | 17.43º | 0.98% | 0.36% | - |
| HSV(B) | 17.43º | 0.99% | 0.71% | - |
| XYZ | 20.39 | 12.47 | 1.39 | - |
| YUV | 86.05 | 80.58 | 195.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 54 | 2 | 0 | 0.70 | 0.99 | 0.29 | 17.43 | 0.98 | 0.36 |
| Hex | B5 | 36 | 2 | 0 | 46 | 63 | 1D | 11 | 62 | 24 |
| Octal | 265 | 66 | 2 | 0 | 106 | 143 | 35 | 21 | 142 | 44 |
| Binary | 10110101 | 110110 | 10 | 0 | 1000110 | 1100011 | 11101 | 10001 | 1100010 | 100100 |
Color Harmonies of #B53602
Complementary color
Monochromatic Colors of #B53602
Black with #B53602
Text Example
Text Example
White with #B53602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53602; }
p { color: rgb(181,54,2); }
H1.HeaderClassName
{
color: #B53602;
}
.AnyTagClassName
{
color: #B53602;
}
</style>
background-color css
<style>
a { background-color: #B53602; }
a { background-color: rgb(181,54,2); }
div.DivClassName
{
background-color: #B53602;
}
.BgClassName
{
background-color: #B53602;
}
</style>
border-color css
<style>
span { border-color: #B53602; }
span { border-color: rgb(181,54,2); }
td.TdClassName
{
border-color: #B53602;
}
.TagClassName
{
border-color: #B53602;
}
</style>