Shades of Rust #B63E16
Tints of Rust #B63E16
RGB
CMYK
RGB Variations
Color information
#B63E16 (or 0xB63E16) is known color: Rust. HEX triplet: B6, 3E and 16. RGB value is (182,62,22). Sum of RGB (Red+Green+Blue) = 182+62+22=266 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.42% from 266); Green value is 62 (24.61% from 255 or 23.31% from 266); Blue value is 22 (8.98% from 255 or 8.27% from 266); Max value from RGB is 182 - color contains mainly: red. Hex color #B63E16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63E16 is #49C1E9. Grayscale: #5D5D5D. Windows color (decimal): -4833770 or 1457846. OLE color: 1457846.
HSL color Cylindrical-coordinate representation of color #B63E16: hue angle of 15º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B63E16 is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 62 | 22 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.29 |
| HSL | 15º | 0.78% | 0.4% | - |
| HSV(B) | 15º | 0.88% | 0.71% | - |
| XYZ | 21.16 | 13.45 | 2.24 | - |
| YUV | 93.32 | 87.76 | 191.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 62 | 22 | 0 | 0.66 | 0.88 | 0.29 | 15 | 0.78 | 0.4 |
| Hex | B6 | 3E | 16 | 0 | 42 | 58 | 1D | F | 4E | 28 |
| Octal | 266 | 76 | 26 | 0 | 102 | 130 | 35 | 17 | 116 | 50 |
| Binary | 10110110 | 111110 | 10110 | 0 | 1000010 | 1011000 | 11101 | 1111 | 1001110 | 101000 |
Color Harmonies of #B63E16
Complementary color
Monochromatic Colors of #B63E16
Black with #B63E16
Text Example
Text Example
White with #B63E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63E16; }
p { color: rgb(182,62,22); }
H1.HeaderClassName
{
color: #B63E16;
}
.AnyTagClassName
{
color: #B63E16;
}
</style>
background-color css
<style>
a { background-color: #B63E16; }
a { background-color: rgb(182,62,22); }
div.DivClassName
{
background-color: #B63E16;
}
.BgClassName
{
background-color: #B63E16;
}
</style>
border-color css
<style>
span { border-color: #B63E16; }
span { border-color: rgb(182,62,22); }
td.TdClassName
{
border-color: #B63E16;
}
.TagClassName
{
border-color: #B63E16;
}
</style>