Shades of Rust #B33F14
Tints of Rust #B33F14
RGB
CMYK
RGB Variations
Color information
#B33F14 (or 0xB33F14) is known color: Rust. HEX triplet: B3, 3F and 14. RGB value is (179,63,20). Sum of RGB (Red+Green+Blue) = 179+63+20=262 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.32% from 262); Green value is 63 (25% from 255 or 24.05% from 262); Blue value is 20 (8.20% from 255 or 7.63% from 262); Max value from RGB is 179 - color contains mainly: red. Hex color #B33F14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33F14 is #4CC0EB. Grayscale: #5D5D5D. Windows color (decimal): -5030124 or 1327027. OLE color: 1327027.
HSL color Cylindrical-coordinate representation of color #B33F14: hue angle of 16.23º 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 #B33F14 is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 63 | 20 | - |
| CMYK | 0 | 0.65 | 0.89 | 0.30 |
| HSL | 16.23º | 0.8% | 0.39% | - |
| HSV(B) | 16.23º | 0.89% | 0.7% | - |
| XYZ | 20.49 | 13.19 | 2.13 | - |
| YUV | 92.78 | 86.93 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 63 | 20 | 0 | 0.65 | 0.89 | 0.30 | 16.23 | 0.8 | 0.39 |
| Hex | B3 | 3F | 14 | 0 | 41 | 59 | 1E | 10 | 50 | 27 |
| Octal | 263 | 77 | 24 | 0 | 101 | 131 | 36 | 20 | 120 | 47 |
| Binary | 10110011 | 111111 | 10100 | 0 | 1000001 | 1011001 | 11110 | 10000 | 1010000 | 100111 |
Color Harmonies of #B33F14
Complementary color
Monochromatic Colors of #B33F14
Black with #B33F14
Text Example
Text Example
White with #B33F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33F14; }
p { color: rgb(179,63,20); }
H1.HeaderClassName
{
color: #B33F14;
}
.AnyTagClassName
{
color: #B33F14;
}
</style>
background-color css
<style>
a { background-color: #B33F14; }
a { background-color: rgb(179,63,20); }
div.DivClassName
{
background-color: #B33F14;
}
.BgClassName
{
background-color: #B33F14;
}
</style>
border-color css
<style>
span { border-color: #B33F14; }
span { border-color: rgb(179,63,20); }
td.TdClassName
{
border-color: #B33F14;
}
.TagClassName
{
border-color: #B33F14;
}
</style>