Shades of Rust #B33F12
Tints of Rust #B33F12
RGB
CMYK
RGB Variations
Color information
#B33F12 (or 0xB33F12) is known color: Rust. HEX triplet: B3, 3F and 12. RGB value is (179,63,18). Sum of RGB (Red+Green+Blue) = 179+63+18=260 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.85% from 260); Green value is 63 (25% from 255 or 24.23% from 260); Blue value is 18 (7.42% from 255 or 6.92% from 260); Max value from RGB is 179 - color contains mainly: red. Hex color #B33F12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33F12 is #4CC0ED. Grayscale: #5C5C5C. Windows color (decimal): -5030126 or 1195955. OLE color: 1195955.
HSL color Cylindrical-coordinate representation of color #B33F12: hue angle of 16.77º 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 #B33F12 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 63 | 18 | - |
| CMYK | 0 | 0.65 | 0.90 | 0.30 |
| HSL | 16.77º | 0.82% | 0.39% | - |
| HSV(B) | 16.77º | 0.9% | 0.7% | - |
| XYZ | 20.48 | 13.18 | 2.04 | - |
| YUV | 92.55 | 85.93 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 63 | 18 | 0 | 0.65 | 0.90 | 0.30 | 16.77 | 0.82 | 0.39 |
| Hex | B3 | 3F | 12 | 0 | 41 | 5A | 1E | 11 | 52 | 27 |
| Octal | 263 | 77 | 22 | 0 | 101 | 132 | 36 | 21 | 122 | 47 |
| Binary | 10110011 | 111111 | 10010 | 0 | 1000001 | 1011010 | 11110 | 10001 | 1010010 | 100111 |
Color Harmonies of #B33F12
Complementary color
Monochromatic Colors of #B33F12
Black with #B33F12
Text Example
Text Example
White with #B33F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33F12; }
p { color: rgb(179,63,18); }
H1.HeaderClassName
{
color: #B33F12;
}
.AnyTagClassName
{
color: #B33F12;
}
</style>
background-color css
<style>
a { background-color: #B33F12; }
a { background-color: rgb(179,63,18); }
div.DivClassName
{
background-color: #B33F12;
}
.BgClassName
{
background-color: #B33F12;
}
</style>
border-color css
<style>
span { border-color: #B33F12; }
span { border-color: rgb(179,63,18); }
td.TdClassName
{
border-color: #B33F12;
}
.TagClassName
{
border-color: #B33F12;
}
</style>