Shades of Rust #B33112
Tints of Rust #B33112
RGB
CMYK
RGB Variations
Color information
#B33112 (or 0xB33112) is known color: Rust. HEX triplet: B3, 31 and 12. RGB value is (179,49,18). Sum of RGB (Red+Green+Blue) = 179+49+18=246 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.76% from 246); Green value is 49 (19.53% from 255 or 19.92% from 246); Blue value is 18 (7.42% from 255 or 7.32% from 246); Max value from RGB is 179 - color contains mainly: red. Hex color #B33112 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33112 is #4CCEED. Grayscale: #545454. Windows color (decimal): -5033710 or 1192371. OLE color: 1192371.
HSL color Cylindrical-coordinate representation of color #B33112: hue angle of 11.55º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B33112 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 49 | 18 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.30 |
| HSL | 11.55º | 0.82% | 0.39% | - |
| HSV(B) | 11.55º | 0.9% | 0.7% | - |
| XYZ | 19.8 | 11.82 | 1.81 | - |
| YUV | 84.34 | 90.57 | 195.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 49 | 18 | 0 | 0.73 | 0.90 | 0.30 | 11.55 | 0.82 | 0.39 |
| Hex | B3 | 31 | 12 | 0 | 49 | 5A | 1E | C | 52 | 27 |
| Octal | 263 | 61 | 22 | 0 | 111 | 132 | 36 | 14 | 122 | 47 |
| Binary | 10110011 | 110001 | 10010 | 0 | 1001001 | 1011010 | 11110 | 1100 | 1010010 | 100111 |
Color Harmonies of #B33112
Complementary color
Monochromatic Colors of #B33112
Black with #B33112
Text Example
Text Example
White with #B33112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33112; }
p { color: rgb(179,49,18); }
H1.HeaderClassName
{
color: #B33112;
}
.AnyTagClassName
{
color: #B33112;
}
</style>
background-color css
<style>
a { background-color: #B33112; }
a { background-color: rgb(179,49,18); }
div.DivClassName
{
background-color: #B33112;
}
.BgClassName
{
background-color: #B33112;
}
</style>
border-color css
<style>
span { border-color: #B33112; }
span { border-color: rgb(179,49,18); }
td.TdClassName
{
border-color: #B33112;
}
.TagClassName
{
border-color: #B33112;
}
</style>