Shades of Rust #B33E1E
Tints of Rust #B33E1E
RGB
CMYK
RGB Variations
Color information
#B33E1E (or 0xB33E1E) is known color: Rust. HEX triplet: B3, 3E and 1E. RGB value is (179,62,30). Sum of RGB (Red+Green+Blue) = 179+62+30=271 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.05% from 271); Green value is 62 (24.61% from 255 or 22.88% from 271); Blue value is 30 (12.11% from 255 or 11.07% from 271); Max value from RGB is 179 - color contains mainly: red. Hex color #B33E1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33E1E is #4CC1E1. Grayscale: #5D5D5D. Windows color (decimal): -5030370 or 1982131. OLE color: 1982131.
HSL color Cylindrical-coordinate representation of color #B33E1E: hue angle of 12.89º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B33E1E is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 62 | 30 | - |
| CMYK | 0 | 0.65 | 0.83 | 0.30 |
| HSL | 12.89º | 0.71% | 0.41% | - |
| HSV(B) | 12.89º | 0.83% | 0.7% | - |
| XYZ | 20.55 | 13.12 | 2.68 | - |
| YUV | 93.34 | 92.26 | 189.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 62 | 30 | 0 | 0.65 | 0.83 | 0.30 | 12.89 | 0.71 | 0.41 |
| Hex | B3 | 3E | 1E | 0 | 41 | 53 | 1E | D | 47 | 29 |
| Octal | 263 | 76 | 36 | 0 | 101 | 123 | 36 | 15 | 107 | 51 |
| Binary | 10110011 | 111110 | 11110 | 0 | 1000001 | 1010011 | 11110 | 1101 | 1000111 | 101001 |
Color Harmonies of #B33E1E
Complementary color
Monochromatic Colors of #B33E1E
Black with #B33E1E
Text Example
Text Example
White with #B33E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33E1E; }
p { color: rgb(179,62,30); }
H1.HeaderClassName
{
color: #B33E1E;
}
.AnyTagClassName
{
color: #B33E1E;
}
</style>
background-color css
<style>
a { background-color: #B33E1E; }
a { background-color: rgb(179,62,30); }
div.DivClassName
{
background-color: #B33E1E;
}
.BgClassName
{
background-color: #B33E1E;
}
</style>
border-color css
<style>
span { border-color: #B33E1E; }
span { border-color: rgb(179,62,30); }
td.TdClassName
{
border-color: #B33E1E;
}
.TagClassName
{
border-color: #B33E1E;
}
</style>