Shades of Rust #B33B11
Tints of Rust #B33B11
RGB
CMYK
RGB Variations
Color information
#B33B11 (or 0xB33B11) is known color: Rust. HEX triplet: B3, 3B and 11. RGB value is (179,59,17). Sum of RGB (Red+Green+Blue) = 179+59+17=255 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.20% from 255); Green value is 59 (23.44% from 255 or 23.14% from 255); Blue value is 17 (7.03% from 255 or 6.67% from 255); Max value from RGB is 179 - color contains mainly: red. Hex color #B33B11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33B11 is #4CC4EE. Grayscale: #5A5A5A. Windows color (decimal): -5031151 or 1129395. OLE color: 1129395.
HSL color Cylindrical-coordinate representation of color #B33B11: hue angle of 15.56º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B33B11 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 59 | 17 | - |
| CMYK | 0 | 0.67 | 0.91 | 0.30 |
| HSL | 15.56º | 0.83% | 0.38% | - |
| HSV(B) | 15.56º | 0.91% | 0.7% | - |
| XYZ | 20.26 | 12.75 | 1.92 | - |
| YUV | 90.09 | 86.76 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 59 | 17 | 0 | 0.67 | 0.91 | 0.30 | 15.56 | 0.83 | 0.38 |
| Hex | B3 | 3B | 11 | 0 | 43 | 5B | 1E | 10 | 53 | 26 |
| Octal | 263 | 73 | 21 | 0 | 103 | 133 | 36 | 20 | 123 | 46 |
| Binary | 10110011 | 111011 | 10001 | 0 | 1000011 | 1011011 | 11110 | 10000 | 1010011 | 100110 |
Color Harmonies of #B33B11
Complementary color
Monochromatic Colors of #B33B11
Black with #B33B11
Text Example
Text Example
White with #B33B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33B11; }
p { color: rgb(179,59,17); }
H1.HeaderClassName
{
color: #B33B11;
}
.AnyTagClassName
{
color: #B33B11;
}
</style>
background-color css
<style>
a { background-color: #B33B11; }
a { background-color: rgb(179,59,17); }
div.DivClassName
{
background-color: #B33B11;
}
.BgClassName
{
background-color: #B33B11;
}
</style>
border-color css
<style>
span { border-color: #B33B11; }
span { border-color: rgb(179,59,17); }
td.TdClassName
{
border-color: #B33B11;
}
.TagClassName
{
border-color: #B33B11;
}
</style>