Shades of Rust #B63502
Tints of Rust #B63502
RGB
CMYK
RGB Variations
Color information
#B63502 (or 0xB63502) is known color: Rust. HEX triplet: B6, 35 and 02. RGB value is (182,53,2). Sum of RGB (Red+Green+Blue) = 182+53+2=237 (31% of max value = 765). Red value is 182 (71.48% from 255 or 76.79% from 237); Green value is 53 (21.09% from 255 or 22.36% from 237); Blue value is 2 (1.17% from 255 or 0.84% from 237); Max value from RGB is 182 - color contains mainly: red. Hex color #B63502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63502 is #49CAFD. Grayscale: #565656. Windows color (decimal): -4836094 or 144822. OLE color: 144822.
HSL color Cylindrical-coordinate representation of color #B63502: hue angle of 17º 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 #B63502 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 53 | 2 | - |
| CMYK | 0 | 0.71 | 0.99 | 0.29 |
| HSL | 17º | 0.98% | 0.36% | - |
| HSV(B) | 17º | 0.99% | 0.71% | - |
| XYZ | 20.58 | 12.5 | 1.38 | - |
| YUV | 85.76 | 80.74 | 196.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 53 | 2 | 0 | 0.71 | 0.99 | 0.29 | 17 | 0.98 | 0.36 |
| Hex | B6 | 35 | 2 | 0 | 47 | 63 | 1D | 11 | 62 | 24 |
| Octal | 266 | 65 | 2 | 0 | 107 | 143 | 35 | 21 | 142 | 44 |
| Binary | 10110110 | 110101 | 10 | 0 | 1000111 | 1100011 | 11101 | 10001 | 1100010 | 100100 |
Color Harmonies of #B63502
Complementary color
Monochromatic Colors of #B63502
Black with #B63502
Text Example
Text Example
White with #B63502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63502; }
p { color: rgb(182,53,2); }
H1.HeaderClassName
{
color: #B63502;
}
.AnyTagClassName
{
color: #B63502;
}
</style>
background-color css
<style>
a { background-color: #B63502; }
a { background-color: rgb(182,53,2); }
div.DivClassName
{
background-color: #B63502;
}
.BgClassName
{
background-color: #B63502;
}
</style>
border-color css
<style>
span { border-color: #B63502; }
span { border-color: rgb(182,53,2); }
td.TdClassName
{
border-color: #B63502;
}
.TagClassName
{
border-color: #B63502;
}
</style>