Shades of Rust #B33E09
Tints of Rust #B33E09
RGB
CMYK
RGB Variations
Color information
#B33E09 (or 0xB33E09) is known color: Rust. HEX triplet: B3, 3E and 09. RGB value is (179,62,9). Sum of RGB (Red+Green+Blue) = 179+62+9=250 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.6% from 250); Green value is 62 (24.61% from 255 or 24.8% from 250); Blue value is 9 (3.91% from 255 or 3.6% from 250); Max value from RGB is 179 - color contains mainly: red. Hex color #B33E09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33E09 is #4CC1F6. Grayscale: #5B5B5B. Windows color (decimal): -5030391 or 605875. OLE color: 605875.
HSL color Cylindrical-coordinate representation of color #B33E09: hue angle of 18.71º 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 #B33E09 is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 62 | 9 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.30 |
| HSL | 18.71º | 0.9% | 0.37% | - |
| HSV(B) | 18.71º | 0.95% | 0.7% | - |
| XYZ | 20.36 | 13.05 | 1.7 | - |
| YUV | 90.94 | 81.76 | 190.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 62 | 9 | 0 | 0.65 | 0.95 | 0.30 | 18.71 | 0.9 | 0.37 |
| Hex | B3 | 3E | 9 | 0 | 41 | 5F | 1E | 13 | 5A | 25 |
| Octal | 263 | 76 | 11 | 0 | 101 | 137 | 36 | 23 | 132 | 45 |
| Binary | 10110011 | 111110 | 1001 | 0 | 1000001 | 1011111 | 11110 | 10011 | 1011010 | 100101 |
Color Harmonies of #B33E09
Complementary color
Monochromatic Colors of #B33E09
Black with #B33E09
Text Example
Text Example
White with #B33E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33E09; }
p { color: rgb(179,62,9); }
H1.HeaderClassName
{
color: #B33E09;
}
.AnyTagClassName
{
color: #B33E09;
}
</style>
background-color css
<style>
a { background-color: #B33E09; }
a { background-color: rgb(179,62,9); }
div.DivClassName
{
background-color: #B33E09;
}
.BgClassName
{
background-color: #B33E09;
}
</style>
border-color css
<style>
span { border-color: #B33E09; }
span { border-color: rgb(179,62,9); }
td.TdClassName
{
border-color: #B33E09;
}
.TagClassName
{
border-color: #B33E09;
}
</style>