Shades of Rust #B33309
Tints of Rust #B33309
RGB
CMYK
RGB Variations
Color information
#B33309 (or 0xB33309) is known color: Rust. HEX triplet: B3, 33 and 09. RGB value is (179,51,9). Sum of RGB (Red+Green+Blue) = 179+51+9=239 (31% of max value = 765). Red value is 179 (70.31% from 255 or 74.90% from 239); Green value is 51 (20.31% from 255 or 21.34% from 239); Blue value is 9 (3.91% from 255 or 3.77% from 239); Max value from RGB is 179 - color contains mainly: red. Hex color #B33309 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33309 is #4CCCF6. Grayscale: #545454. Windows color (decimal): -5033207 or 603059. OLE color: 603059.
HSL color Cylindrical-coordinate representation of color #B33309: hue angle of 14.82º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B33309 is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 51 | 9 | - |
| CMYK | 0 | 0.72 | 0.95 | 0.30 |
| HSL | 14.82º | 0.9% | 0.37% | - |
| HSV(B) | 14.82º | 0.95% | 0.7% | - |
| XYZ | 19.82 | 11.97 | 1.52 | - |
| YUV | 84.48 | 85.41 | 195.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 51 | 9 | 0 | 0.72 | 0.95 | 0.30 | 14.82 | 0.9 | 0.37 |
| Hex | B3 | 33 | 9 | 0 | 48 | 5F | 1E | F | 5A | 25 |
| Octal | 263 | 63 | 11 | 0 | 110 | 137 | 36 | 17 | 132 | 45 |
| Binary | 10110011 | 110011 | 1001 | 0 | 1001000 | 1011111 | 11110 | 1111 | 1011010 | 100101 |
Color Harmonies of #B33309
Complementary color
Monochromatic Colors of #B33309
Black with #B33309
Text Example
Text Example
White with #B33309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33309; }
p { color: rgb(179,51,9); }
H1.HeaderClassName
{
color: #B33309;
}
.AnyTagClassName
{
color: #B33309;
}
</style>
background-color css
<style>
a { background-color: #B33309; }
a { background-color: rgb(179,51,9); }
div.DivClassName
{
background-color: #B33309;
}
.BgClassName
{
background-color: #B33309;
}
</style>
border-color css
<style>
span { border-color: #B33309; }
span { border-color: rgb(179,51,9); }
td.TdClassName
{
border-color: #B33309;
}
.TagClassName
{
border-color: #B33309;
}
</style>