Shades of Rust #B33310
Tints of Rust #B33310
RGB
CMYK
RGB Variations
Color information
#B33310 (or 0xB33310) is known color: Rust. HEX triplet: B3, 33 and 10. RGB value is (179,51,16). Sum of RGB (Red+Green+Blue) = 179+51+16=246 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.76% from 246); Green value is 51 (20.31% from 255 or 20.73% from 246); Blue value is 16 (6.64% from 255 or 6.50% from 246); Max value from RGB is 179 - color contains mainly: red. Hex color #B33310 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33310 is #4CCCEF. Grayscale: #555555. Windows color (decimal): -5033200 or 1061811. OLE color: 1061811.
HSL color Cylindrical-coordinate representation of color #B33310: hue angle of 12.88º degrees, saturation: 0.84, 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 #B33310 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 51 | 16 | - |
| CMYK | 0 | 0.72 | 0.91 | 0.30 |
| HSL | 12.88º | 0.84% | 0.38% | - |
| HSV(B) | 12.88º | 0.91% | 0.7% | - |
| XYZ | 19.87 | 11.99 | 1.76 | - |
| YUV | 85.28 | 88.91 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 51 | 16 | 0 | 0.72 | 0.91 | 0.30 | 12.88 | 0.84 | 0.38 |
| Hex | B3 | 33 | 10 | 0 | 48 | 5B | 1E | D | 54 | 26 |
| Octal | 263 | 63 | 20 | 0 | 110 | 133 | 36 | 15 | 124 | 46 |
| Binary | 10110011 | 110011 | 10000 | 0 | 1001000 | 1011011 | 11110 | 1101 | 1010100 | 100110 |
Color Harmonies of #B33310
Complementary color
Monochromatic Colors of #B33310
Black with #B33310
Text Example
Text Example
White with #B33310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33310; }
p { color: rgb(179,51,16); }
H1.HeaderClassName
{
color: #B33310;
}
.AnyTagClassName
{
color: #B33310;
}
</style>
background-color css
<style>
a { background-color: #B33310; }
a { background-color: rgb(179,51,16); }
div.DivClassName
{
background-color: #B33310;
}
.BgClassName
{
background-color: #B33310;
}
</style>
border-color css
<style>
span { border-color: #B33310; }
span { border-color: rgb(179,51,16); }
td.TdClassName
{
border-color: #B33310;
}
.TagClassName
{
border-color: #B33310;
}
</style>