Shades of Rust #B63202
Tints of Rust #B63202
RGB
CMYK
RGB Variations
Color information
#B63202 (or 0xB63202) is known color: Rust. HEX triplet: B6, 32 and 02. RGB value is (182,50,2). Sum of RGB (Red+Green+Blue) = 182+50+2=234 (30% of max value = 765). Red value is 182 (71.48% from 255 or 77.78% from 234); Green value is 50 (19.92% from 255 or 21.37% from 234); Blue value is 2 (1.17% from 255 or 0.85% from 234); Max value from RGB is 182 - color contains mainly: red. Hex color #B63202 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63202 is #49CDFD. Grayscale: #545454. Windows color (decimal): -4836862 or 144054. OLE color: 144054.
HSL color Cylindrical-coordinate representation of color #B63202: hue angle of 16º 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 #B63202 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 50 | 2 | - |
| CMYK | 0 | 0.73 | 0.99 | 0.29 |
| HSL | 16º | 0.98% | 0.36% | - |
| HSV(B) | 16º | 0.99% | 0.71% | - |
| XYZ | 20.44 | 12.23 | 1.34 | - |
| YUV | 84 | 81.73 | 197.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 50 | 2 | 0 | 0.73 | 0.99 | 0.29 | 16 | 0.98 | 0.36 |
| Hex | B6 | 32 | 2 | 0 | 49 | 63 | 1D | 10 | 62 | 24 |
| Octal | 266 | 62 | 2 | 0 | 111 | 143 | 35 | 20 | 142 | 44 |
| Binary | 10110110 | 110010 | 10 | 0 | 1001001 | 1100011 | 11101 | 10000 | 1100010 | 100100 |
Color Harmonies of #B63202
Complementary color
Monochromatic Colors of #B63202
Black with #B63202
Text Example
Text Example
White with #B63202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63202; }
p { color: rgb(182,50,2); }
H1.HeaderClassName
{
color: #B63202;
}
.AnyTagClassName
{
color: #B63202;
}
</style>
background-color css
<style>
a { background-color: #B63202; }
a { background-color: rgb(182,50,2); }
div.DivClassName
{
background-color: #B63202;
}
.BgClassName
{
background-color: #B63202;
}
</style>
border-color css
<style>
span { border-color: #B63202; }
span { border-color: rgb(182,50,2); }
td.TdClassName
{
border-color: #B63202;
}
.TagClassName
{
border-color: #B63202;
}
</style>