Shades of Rust #B33108
Tints of Rust #B33108
RGB
CMYK
RGB Variations
Color information
#B33108 (or 0xB33108) is known color: Rust. HEX triplet: B3, 31 and 08. RGB value is (179,49,8). Sum of RGB (Red+Green+Blue) = 179+49+8=236 (31% of max value = 765). Red value is 179 (70.31% from 255 or 75.85% from 236); Green value is 49 (19.53% from 255 or 20.76% from 236); Blue value is 8 (3.52% from 255 or 3.39% from 236); Max value from RGB is 179 - color contains mainly: red. Hex color #B33108 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33108 is #4CCEF7. Grayscale: #535353. Windows color (decimal): -5033720 or 537011. OLE color: 537011.
HSL color Cylindrical-coordinate representation of color #B33108: hue angle of 14.39º 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 #B33108 is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 49 | 8 | - |
| CMYK | 0 | 0.73 | 0.96 | 0.30 |
| HSL | 14.39º | 0.91% | 0.37% | - |
| HSV(B) | 14.39º | 0.96% | 0.7% | - |
| XYZ | 19.73 | 11.8 | 1.47 | - |
| YUV | 83.2 | 85.57 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 49 | 8 | 0 | 0.73 | 0.96 | 0.30 | 14.39 | 0.91 | 0.37 |
| Hex | B3 | 31 | 8 | 0 | 49 | 60 | 1E | E | 5B | 25 |
| Octal | 263 | 61 | 10 | 0 | 111 | 140 | 36 | 16 | 133 | 45 |
| Binary | 10110011 | 110001 | 1000 | 0 | 1001001 | 1100000 | 11110 | 1110 | 1011011 | 100101 |
Color Harmonies of #B33108
Complementary color
Monochromatic Colors of #B33108
Black with #B33108
Text Example
Text Example
White with #B33108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33108; }
p { color: rgb(179,49,8); }
H1.HeaderClassName
{
color: #B33108;
}
.AnyTagClassName
{
color: #B33108;
}
</style>
background-color css
<style>
a { background-color: #B33108; }
a { background-color: rgb(179,49,8); }
div.DivClassName
{
background-color: #B33108;
}
.BgClassName
{
background-color: #B33108;
}
</style>
border-color css
<style>
span { border-color: #B33108; }
span { border-color: rgb(179,49,8); }
td.TdClassName
{
border-color: #B33108;
}
.TagClassName
{
border-color: #B33108;
}
</style>