Shades of Rust #B33109
Tints of Rust #B33109
RGB
CMYK
RGB Variations
Color information
#B33109 (or 0xB33109) is known color: Rust. HEX triplet: B3, 31 and 09. RGB value is (179,49,9). Sum of RGB (Red+Green+Blue) = 179+49+9=237 (31% of max value = 765). Red value is 179 (70.31% from 255 or 75.53% from 237); Green value is 49 (19.53% from 255 or 20.68% from 237); Blue value is 9 (3.91% from 255 or 3.80% from 237); Max value from RGB is 179 - color contains mainly: red. Hex color #B33109 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33109 is #4CCEF6. Grayscale: #535353. Windows color (decimal): -5033719 or 602547. OLE color: 602547.
HSL color Cylindrical-coordinate representation of color #B33109: hue angle of 14.12º 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 #B33109 is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 49 | 9 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.30 |
| HSL | 14.12º | 0.9% | 0.37% | - |
| HSV(B) | 14.12º | 0.95% | 0.7% | - |
| XYZ | 19.74 | 11.8 | 1.5 | - |
| YUV | 83.31 | 86.07 | 196.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 49 | 9 | 0 | 0.73 | 0.95 | 0.30 | 14.12 | 0.9 | 0.37 |
| Hex | B3 | 31 | 9 | 0 | 49 | 5F | 1E | E | 5A | 25 |
| Octal | 263 | 61 | 11 | 0 | 111 | 137 | 36 | 16 | 132 | 45 |
| Binary | 10110011 | 110001 | 1001 | 0 | 1001001 | 1011111 | 11110 | 1110 | 1011010 | 100101 |
Color Harmonies of #B33109
Complementary color
Monochromatic Colors of #B33109
Black with #B33109
Text Example
Text Example
White with #B33109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33109; }
p { color: rgb(179,49,9); }
H1.HeaderClassName
{
color: #B33109;
}
.AnyTagClassName
{
color: #B33109;
}
</style>
background-color css
<style>
a { background-color: #B33109; }
a { background-color: rgb(179,49,9); }
div.DivClassName
{
background-color: #B33109;
}
.BgClassName
{
background-color: #B33109;
}
</style>
border-color css
<style>
span { border-color: #B33109; }
span { border-color: rgb(179,49,9); }
td.TdClassName
{
border-color: #B33109;
}
.TagClassName
{
border-color: #B33109;
}
</style>