Shades of Rust #B33E08
Tints of Rust #B33E08
RGB
CMYK
RGB Variations
Color information
#B33E08 (or 0xB33E08) is known color: Rust. HEX triplet: B3, 3E and 08. RGB value is (179,62,8). Sum of RGB (Red+Green+Blue) = 179+62+8=249 (32% of max value = 765). Red value is 179 (70.31% from 255 or 71.89% from 249); Green value is 62 (24.61% from 255 or 24.90% from 249); Blue value is 8 (3.52% from 255 or 3.21% from 249); Max value from RGB is 179 - color contains mainly: red. Hex color #B33E08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33E08 is #4CC1F7. Grayscale: #5B5B5B. Windows color (decimal): -5030392 or 540339. OLE color: 540339.
HSL color Cylindrical-coordinate representation of color #B33E08: hue angle of 18.95º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B33E08 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 62 | 8 | - |
| CMYK | 0 | 0.65 | 0.96 | 0.30 |
| HSL | 18.95º | 0.91% | 0.37% | - |
| HSV(B) | 18.95º | 0.96% | 0.7% | - |
| XYZ | 20.36 | 13.05 | 1.68 | - |
| YUV | 90.83 | 81.26 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 62 | 8 | 0 | 0.65 | 0.96 | 0.30 | 18.95 | 0.91 | 0.37 |
| Hex | B3 | 3E | 8 | 0 | 41 | 60 | 1E | 13 | 5B | 25 |
| Octal | 263 | 76 | 10 | 0 | 101 | 140 | 36 | 23 | 133 | 45 |
| Binary | 10110011 | 111110 | 1000 | 0 | 1000001 | 1100000 | 11110 | 10011 | 1011011 | 100101 |
Color Harmonies of #B33E08
Complementary color
Monochromatic Colors of #B33E08
Black with #B33E08
Text Example
Text Example
White with #B33E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33E08; }
p { color: rgb(179,62,8); }
H1.HeaderClassName
{
color: #B33E08;
}
.AnyTagClassName
{
color: #B33E08;
}
</style>
background-color css
<style>
a { background-color: #B33E08; }
a { background-color: rgb(179,62,8); }
div.DivClassName
{
background-color: #B33E08;
}
.BgClassName
{
background-color: #B33E08;
}
</style>
border-color css
<style>
span { border-color: #B33E08; }
span { border-color: rgb(179,62,8); }
td.TdClassName
{
border-color: #B33E08;
}
.TagClassName
{
border-color: #B33E08;
}
</style>