Shades of Rust #B33A16
Tints of Rust #B33A16
RGB
CMYK
RGB Variations
Color information
#B33A16 (or 0xB33A16) is known color: Rust. HEX triplet: B3, 3A and 16. RGB value is (179,58,22). Sum of RGB (Red+Green+Blue) = 179+58+22=259 (34% of max value = 765). Red value is 179 (70.31% from 255 or 69.11% from 259); Green value is 58 (23.05% from 255 or 22.39% from 259); Blue value is 22 (8.98% from 255 or 8.49% from 259); Max value from RGB is 179 - color contains mainly: red. Hex color #B33A16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33A16 is #4CC5E9. Grayscale: #5A5A5A. Windows color (decimal): -5031402 or 1456819. OLE color: 1456819.
HSL color Cylindrical-coordinate representation of color #B33A16: hue angle of 13.76º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B33A16 is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 58 | 22 | - |
| CMYK | 0 | 0.68 | 0.88 | 0.30 |
| HSL | 13.76º | 0.78% | 0.39% | - |
| HSV(B) | 13.76º | 0.88% | 0.7% | - |
| XYZ | 20.25 | 12.67 | 2.14 | - |
| YUV | 90.08 | 89.59 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 58 | 22 | 0 | 0.68 | 0.88 | 0.30 | 13.76 | 0.78 | 0.39 |
| Hex | B3 | 3A | 16 | 0 | 44 | 58 | 1E | E | 4E | 27 |
| Octal | 263 | 72 | 26 | 0 | 104 | 130 | 36 | 16 | 116 | 47 |
| Binary | 10110011 | 111010 | 10110 | 0 | 1000100 | 1011000 | 11110 | 1110 | 1001110 | 100111 |
Color Harmonies of #B33A16
Complementary color
Monochromatic Colors of #B33A16
Black with #B33A16
Text Example
Text Example
White with #B33A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33A16; }
p { color: rgb(179,58,22); }
H1.HeaderClassName
{
color: #B33A16;
}
.AnyTagClassName
{
color: #B33A16;
}
</style>
background-color css
<style>
a { background-color: #B33A16; }
a { background-color: rgb(179,58,22); }
div.DivClassName
{
background-color: #B33A16;
}
.BgClassName
{
background-color: #B33A16;
}
</style>
border-color css
<style>
span { border-color: #B33A16; }
span { border-color: rgb(179,58,22); }
td.TdClassName
{
border-color: #B33A16;
}
.TagClassName
{
border-color: #B33A16;
}
</style>