Shades of Rust #B63616
Tints of Rust #B63616
RGB
CMYK
RGB Variations
Color information
#B63616 (or 0xB63616) is known color: Rust. HEX triplet: B6, 36 and 16. RGB value is (182,54,22). Sum of RGB (Red+Green+Blue) = 182+54+22=258 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70.54% from 258); Green value is 54 (21.48% from 255 or 20.93% from 258); Blue value is 22 (8.98% from 255 or 8.53% from 258); Max value from RGB is 182 - color contains mainly: red. Hex color #B63616 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63616 is #49C9E9. Grayscale: #585858. Windows color (decimal): -4835818 or 1455798. OLE color: 1455798.
HSL color Cylindrical-coordinate representation of color #B63616: hue angle of 12º 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 #B63616 is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 54 | 22 | - |
| CMYK | 0 | 0.70 | 0.88 | 0.29 |
| HSL | 12º | 0.78% | 0.4% | - |
| HSV(B) | 12º | 0.88% | 0.71% | - |
| XYZ | 20.76 | 12.64 | 2.11 | - |
| YUV | 88.62 | 90.41 | 194.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 54 | 22 | 0 | 0.70 | 0.88 | 0.29 | 12 | 0.78 | 0.4 |
| Hex | B6 | 36 | 16 | 0 | 46 | 58 | 1D | C | 4E | 28 |
| Octal | 266 | 66 | 26 | 0 | 106 | 130 | 35 | 14 | 116 | 50 |
| Binary | 10110110 | 110110 | 10110 | 0 | 1000110 | 1011000 | 11101 | 1100 | 1001110 | 101000 |
Color Harmonies of #B63616
Complementary color
Monochromatic Colors of #B63616
Black with #B63616
Text Example
Text Example
White with #B63616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63616; }
p { color: rgb(182,54,22); }
H1.HeaderClassName
{
color: #B63616;
}
.AnyTagClassName
{
color: #B63616;
}
</style>
background-color css
<style>
a { background-color: #B63616; }
a { background-color: rgb(182,54,22); }
div.DivClassName
{
background-color: #B63616;
}
.BgClassName
{
background-color: #B63616;
}
</style>
border-color css
<style>
span { border-color: #B63616; }
span { border-color: rgb(182,54,22); }
td.TdClassName
{
border-color: #B63616;
}
.TagClassName
{
border-color: #B63616;
}
</style>