Shades of Rust #B33512
Tints of Rust #B33512
RGB
CMYK
RGB Variations
Color information
#B33512 (or 0xB33512) is known color: Rust. HEX triplet: B3, 35 and 12. RGB value is (179,53,18). Sum of RGB (Red+Green+Blue) = 179+53+18=250 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.6% from 250); Green value is 53 (21.09% from 255 or 21.2% from 250); Blue value is 18 (7.42% from 255 or 7.2% from 250); Max value from RGB is 179 - color contains mainly: red. Hex color #B33512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33512 is #4CCAED. Grayscale: #565656. Windows color (decimal): -5032686 or 1193395. OLE color: 1193395.
HSL color Cylindrical-coordinate representation of color #B33512: hue angle of 13.04º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B33512 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 53 | 18 | - |
| CMYK | 0 | 0.70 | 0.90 | 0.30 |
| HSL | 13.04º | 0.82% | 0.39% | - |
| HSV(B) | 13.04º | 0.9% | 0.7% | - |
| XYZ | 19.97 | 12.17 | 1.87 | - |
| YUV | 86.68 | 89.24 | 193.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 53 | 18 | 0 | 0.70 | 0.90 | 0.30 | 13.04 | 0.82 | 0.39 |
| Hex | B3 | 35 | 12 | 0 | 46 | 5A | 1E | D | 52 | 27 |
| Octal | 263 | 65 | 22 | 0 | 106 | 132 | 36 | 15 | 122 | 47 |
| Binary | 10110011 | 110101 | 10010 | 0 | 1000110 | 1011010 | 11110 | 1101 | 1010010 | 100111 |
Color Harmonies of #B33512
Complementary color
Monochromatic Colors of #B33512
Black with #B33512
Text Example
Text Example
White with #B33512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33512; }
p { color: rgb(179,53,18); }
H1.HeaderClassName
{
color: #B33512;
}
.AnyTagClassName
{
color: #B33512;
}
</style>
background-color css
<style>
a { background-color: #B33512; }
a { background-color: rgb(179,53,18); }
div.DivClassName
{
background-color: #B33512;
}
.BgClassName
{
background-color: #B33512;
}
</style>
border-color css
<style>
span { border-color: #B33512; }
span { border-color: rgb(179,53,18); }
td.TdClassName
{
border-color: #B33512;
}
.TagClassName
{
border-color: #B33512;
}
</style>