Shades of Rust #B63A16
Tints of Rust #B63A16
RGB
CMYK
RGB Variations
Color information
#B63A16 (or 0xB63A16) is known color: Rust. HEX triplet: B6, 3A and 16. RGB value is (182,58,22). Sum of RGB (Red+Green+Blue) = 182+58+22=262 (34% of max value = 765). Red value is 182 (71.48% from 255 or 69.47% from 262); Green value is 58 (23.05% from 255 or 22.14% from 262); Blue value is 22 (8.98% from 255 or 8.40% from 262); Max value from RGB is 182 - color contains mainly: red. Hex color #B63A16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63A16 is #49C5E9. Grayscale: #5B5B5B. Windows color (decimal): -4834794 or 1456822. OLE color: 1456822.
HSL color Cylindrical-coordinate representation of color #B63A16: hue angle of 13.5º 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 #B63A16 is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 58 | 22 | - |
| CMYK | 0 | 0.68 | 0.88 | 0.29 |
| HSL | 13.5º | 0.78% | 0.4% | - |
| HSV(B) | 13.5º | 0.88% | 0.71% | - |
| XYZ | 20.95 | 13.03 | 2.17 | - |
| YUV | 90.97 | 89.08 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 58 | 22 | 0 | 0.68 | 0.88 | 0.29 | 13.5 | 0.78 | 0.4 |
| Hex | B6 | 3A | 16 | 0 | 44 | 58 | 1D | E | 4E | 28 |
| Octal | 266 | 72 | 26 | 0 | 104 | 130 | 35 | 16 | 116 | 50 |
| Binary | 10110110 | 111010 | 10110 | 0 | 1000100 | 1011000 | 11101 | 1110 | 1001110 | 101000 |
Color Harmonies of #B63A16
Complementary color
Monochromatic Colors of #B63A16
Black with #B63A16
Text Example
Text Example
White with #B63A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63A16; }
p { color: rgb(182,58,22); }
H1.HeaderClassName
{
color: #B63A16;
}
.AnyTagClassName
{
color: #B63A16;
}
</style>
background-color css
<style>
a { background-color: #B63A16; }
a { background-color: rgb(182,58,22); }
div.DivClassName
{
background-color: #B63A16;
}
.BgClassName
{
background-color: #B63A16;
}
</style>
border-color css
<style>
span { border-color: #B63A16; }
span { border-color: rgb(182,58,22); }
td.TdClassName
{
border-color: #B63A16;
}
.TagClassName
{
border-color: #B63A16;
}
</style>