Shades of Rust #B33616
Tints of Rust #B33616
RGB
CMYK
RGB Variations
Color information
#B33616 (or 0xB33616) is known color: Rust. HEX triplet: B3, 36 and 16. RGB value is (179,54,22). Sum of RGB (Red+Green+Blue) = 179+54+22=255 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.20% from 255); Green value is 54 (21.48% from 255 or 21.18% from 255); Blue value is 22 (8.98% from 255 or 8.63% from 255); Max value from RGB is 179 - color contains mainly: red. Hex color #B33616 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33616 is #4CC9E9. Grayscale: #575757. Windows color (decimal): -5032426 or 1455795. OLE color: 1455795.
HSL color Cylindrical-coordinate representation of color #B33616: hue angle of 12.23º 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 #B33616 is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 54 | 22 | - |
| CMYK | 0 | 0.70 | 0.88 | 0.30 |
| HSL | 12.23º | 0.78% | 0.39% | - |
| HSV(B) | 12.23º | 0.88% | 0.7% | - |
| XYZ | 20.05 | 12.28 | 2.07 | - |
| YUV | 87.73 | 90.91 | 193.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 54 | 22 | 0 | 0.70 | 0.88 | 0.30 | 12.23 | 0.78 | 0.39 |
| Hex | B3 | 36 | 16 | 0 | 46 | 58 | 1E | C | 4E | 27 |
| Octal | 263 | 66 | 26 | 0 | 106 | 130 | 36 | 14 | 116 | 47 |
| Binary | 10110011 | 110110 | 10110 | 0 | 1000110 | 1011000 | 11110 | 1100 | 1001110 | 100111 |
Color Harmonies of #B33616
Complementary color
Monochromatic Colors of #B33616
Black with #B33616
Text Example
Text Example
White with #B33616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33616; }
p { color: rgb(179,54,22); }
H1.HeaderClassName
{
color: #B33616;
}
.AnyTagClassName
{
color: #B33616;
}
</style>
background-color css
<style>
a { background-color: #B33616; }
a { background-color: rgb(179,54,22); }
div.DivClassName
{
background-color: #B33616;
}
.BgClassName
{
background-color: #B33616;
}
</style>
border-color css
<style>
span { border-color: #B33616; }
span { border-color: rgb(179,54,22); }
td.TdClassName
{
border-color: #B33616;
}
.TagClassName
{
border-color: #B33616;
}
</style>