Shades of Rust #B33408
Tints of Rust #B33408
RGB
CMYK
RGB Variations
Color information
#B33408 (or 0xB33408) is known color: Rust. HEX triplet: B3, 34 and 08. RGB value is (179,52,8). Sum of RGB (Red+Green+Blue) = 179+52+8=239 (31% of max value = 765). Red value is 179 (70.31% from 255 or 74.90% from 239); Green value is 52 (20.70% from 255 or 21.76% from 239); Blue value is 8 (3.52% from 255 or 3.35% from 239); Max value from RGB is 179 - color contains mainly: red. Hex color #B33408 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33408 is #4CCBF7. Grayscale: #555555. Windows color (decimal): -5032952 or 537779. OLE color: 537779.
HSL color Cylindrical-coordinate representation of color #B33408: hue angle of 15.44º 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 #B33408 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 52 | 8 | - |
| CMYK | 0 | 0.71 | 0.96 | 0.30 |
| HSL | 15.44º | 0.91% | 0.37% | - |
| HSV(B) | 15.44º | 0.96% | 0.7% | - |
| XYZ | 19.86 | 12.06 | 1.51 | - |
| YUV | 84.96 | 84.58 | 195.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 52 | 8 | 0 | 0.71 | 0.96 | 0.30 | 15.44 | 0.91 | 0.37 |
| Hex | B3 | 34 | 8 | 0 | 47 | 60 | 1E | F | 5B | 25 |
| Octal | 263 | 64 | 10 | 0 | 107 | 140 | 36 | 17 | 133 | 45 |
| Binary | 10110011 | 110100 | 1000 | 0 | 1000111 | 1100000 | 11110 | 1111 | 1011011 | 100101 |
Color Harmonies of #B33408
Complementary color
Monochromatic Colors of #B33408
Black with #B33408
Text Example
Text Example
White with #B33408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33408; }
p { color: rgb(179,52,8); }
H1.HeaderClassName
{
color: #B33408;
}
.AnyTagClassName
{
color: #B33408;
}
</style>
background-color css
<style>
a { background-color: #B33408; }
a { background-color: rgb(179,52,8); }
div.DivClassName
{
background-color: #B33408;
}
.BgClassName
{
background-color: #B33408;
}
</style>
border-color css
<style>
span { border-color: #B33408; }
span { border-color: rgb(179,52,8); }
td.TdClassName
{
border-color: #B33408;
}
.TagClassName
{
border-color: #B33408;
}
</style>