Shades of Rust #B33519
Tints of Rust #B33519
RGB
CMYK
RGB Variations
Color information
#B33519 (or 0xB33519) is known color: Rust. HEX triplet: B3, 35 and 19. RGB value is (179,53,25). Sum of RGB (Red+Green+Blue) = 179+53+25=257 (34% of max value = 765). Red value is 179 (70.31% from 255 or 69.65% from 257); Green value is 53 (21.09% from 255 or 20.62% from 257); Blue value is 25 (10.16% from 255 or 9.73% from 257); Max value from RGB is 179 - color contains mainly: red. Hex color #B33519 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33519 is #4CCAE6. Grayscale: #575757. Windows color (decimal): -5032679 or 1652147. OLE color: 1652147.
HSL color Cylindrical-coordinate representation of color #B33519: hue angle of 10.91º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B33519 is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 53 | 25 | - |
| CMYK | 0 | 0.70 | 0.86 | 0.30 |
| HSL | 10.91º | 0.75% | 0.4% | - |
| HSV(B) | 10.91º | 0.86% | 0.7% | - |
| XYZ | 20.04 | 12.2 | 2.22 | - |
| YUV | 87.48 | 92.74 | 193.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 53 | 25 | 0 | 0.70 | 0.86 | 0.30 | 10.91 | 0.75 | 0.4 |
| Hex | B3 | 35 | 19 | 0 | 46 | 56 | 1E | B | 4B | 28 |
| Octal | 263 | 65 | 31 | 0 | 106 | 126 | 36 | 13 | 113 | 50 |
| Binary | 10110011 | 110101 | 11001 | 0 | 1000110 | 1010110 | 11110 | 1011 | 1001011 | 101000 |
Color Harmonies of #B33519
Complementary color
Monochromatic Colors of #B33519
Black with #B33519
Text Example
Text Example
White with #B33519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33519; }
p { color: rgb(179,53,25); }
H1.HeaderClassName
{
color: #B33519;
}
.AnyTagClassName
{
color: #B33519;
}
</style>
background-color css
<style>
a { background-color: #B33519; }
a { background-color: rgb(179,53,25); }
div.DivClassName
{
background-color: #B33519;
}
.BgClassName
{
background-color: #B33519;
}
</style>
border-color css
<style>
span { border-color: #B33519; }
span { border-color: rgb(179,53,25); }
td.TdClassName
{
border-color: #B33519;
}
.TagClassName
{
border-color: #B33519;
}
</style>