Shades of Rust #B33E1C
Tints of Rust #B33E1C
RGB
CMYK
RGB Variations
Color information
#B33E1C (or 0xB33E1C) is known color: Rust. HEX triplet: B3, 3E and 1C. RGB value is (179,62,28). Sum of RGB (Red+Green+Blue) = 179+62+28=269 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.54% from 269); Green value is 62 (24.61% from 255 or 23.05% from 269); Blue value is 28 (11.33% from 255 or 10.41% from 269); Max value from RGB is 179 - color contains mainly: red. Hex color #B33E1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33E1C is #4CC1E3. Grayscale: #5D5D5D. Windows color (decimal): -5030372 or 1851059. OLE color: 1851059.
HSL color Cylindrical-coordinate representation of color #B33E1C: hue angle of 13.51º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B33E1C is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 62 | 28 | - |
| CMYK | 0 | 0.65 | 0.84 | 0.30 |
| HSL | 13.51º | 0.73% | 0.41% | - |
| HSV(B) | 13.51º | 0.84% | 0.7% | - |
| XYZ | 20.52 | 13.11 | 2.55 | - |
| YUV | 93.11 | 91.26 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 62 | 28 | 0 | 0.65 | 0.84 | 0.30 | 13.51 | 0.73 | 0.41 |
| Hex | B3 | 3E | 1C | 0 | 41 | 54 | 1E | E | 49 | 29 |
| Octal | 263 | 76 | 34 | 0 | 101 | 124 | 36 | 16 | 111 | 51 |
| Binary | 10110011 | 111110 | 11100 | 0 | 1000001 | 1010100 | 11110 | 1110 | 1001001 | 101001 |
Color Harmonies of #B33E1C
Complementary color
Monochromatic Colors of #B33E1C
Black with #B33E1C
Text Example
Text Example
White with #B33E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33E1C; }
p { color: rgb(179,62,28); }
H1.HeaderClassName
{
color: #B33E1C;
}
.AnyTagClassName
{
color: #B33E1C;
}
</style>
background-color css
<style>
a { background-color: #B33E1C; }
a { background-color: rgb(179,62,28); }
div.DivClassName
{
background-color: #B33E1C;
}
.BgClassName
{
background-color: #B33E1C;
}
</style>
border-color css
<style>
span { border-color: #B33E1C; }
span { border-color: rgb(179,62,28); }
td.TdClassName
{
border-color: #B33E1C;
}
.TagClassName
{
border-color: #B33E1C;
}
</style>