Shades of Rust #B33014
Tints of Rust #B33014
RGB
CMYK
RGB Variations
Color information
#B33014 (or 0xB33014) is known color: Rust. HEX triplet: B3, 30 and 14. RGB value is (179,48,20). Sum of RGB (Red+Green+Blue) = 179+48+20=247 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.47% from 247); Green value is 48 (19.14% from 255 or 19.43% from 247); Blue value is 20 (8.20% from 255 or 8.10% from 247); Max value from RGB is 179 - color contains mainly: red. Hex color #B33014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33014 is #4CCFEB. Grayscale: #545454. Windows color (decimal): -5033964 or 1323187. OLE color: 1323187.
HSL color Cylindrical-coordinate representation of color #B33014: hue angle of 10.57º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B33014 is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 48 | 20 | - |
| CMYK | 0 | 0.73 | 0.89 | 0.30 |
| HSL | 10.57º | 0.8% | 0.39% | - |
| HSV(B) | 10.57º | 0.89% | 0.7% | - |
| XYZ | 19.77 | 11.75 | 1.89 | - |
| YUV | 83.98 | 91.9 | 195.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 48 | 20 | 0 | 0.73 | 0.89 | 0.30 | 10.57 | 0.8 | 0.39 |
| Hex | B3 | 30 | 14 | 0 | 49 | 59 | 1E | B | 50 | 27 |
| Octal | 263 | 60 | 24 | 0 | 111 | 131 | 36 | 13 | 120 | 47 |
| Binary | 10110011 | 110000 | 10100 | 0 | 1001001 | 1011001 | 11110 | 1011 | 1010000 | 100111 |
Color Harmonies of #B33014
Complementary color
Monochromatic Colors of #B33014
Black with #B33014
Text Example
Text Example
White with #B33014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33014; }
p { color: rgb(179,48,20); }
H1.HeaderClassName
{
color: #B33014;
}
.AnyTagClassName
{
color: #B33014;
}
</style>
background-color css
<style>
a { background-color: #B33014; }
a { background-color: rgb(179,48,20); }
div.DivClassName
{
background-color: #B33014;
}
.BgClassName
{
background-color: #B33014;
}
</style>
border-color css
<style>
span { border-color: #B33014; }
span { border-color: rgb(179,48,20); }
td.TdClassName
{
border-color: #B33014;
}
.TagClassName
{
border-color: #B33014;
}
</style>