Shades of Rust #B33F0E
Tints of Rust #B33F0E
RGB
CMYK
RGB Variations
Color information
#B33F0E (or 0xB33F0E) is known color: Rust. HEX triplet: B3, 3F and 0E. RGB value is (179,63,14). Sum of RGB (Red+Green+Blue) = 179+63+14=256 (33% of max value = 765). Red value is 179 (70.31% from 255 or 69.92% from 256); Green value is 63 (25% from 255 or 24.61% from 256); Blue value is 14 (5.86% from 255 or 5.47% from 256); Max value from RGB is 179 - color contains mainly: red. Hex color #B33F0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33F0E is #4CC0F1. Grayscale: #5C5C5C. Windows color (decimal): -5030130 or 933811. OLE color: 933811.
HSL color Cylindrical-coordinate representation of color #B33F0E: hue angle of 17.82º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B33F0E is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 63 | 14 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.30 |
| HSL | 17.82º | 0.85% | 0.38% | - |
| HSV(B) | 17.82º | 0.92% | 0.7% | - |
| XYZ | 20.45 | 13.17 | 1.88 | - |
| YUV | 92.1 | 83.93 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 63 | 14 | 0 | 0.65 | 0.92 | 0.30 | 17.82 | 0.85 | 0.38 |
| Hex | B3 | 3F | E | 0 | 41 | 5C | 1E | 12 | 55 | 26 |
| Octal | 263 | 77 | 16 | 0 | 101 | 134 | 36 | 22 | 125 | 46 |
| Binary | 10110011 | 111111 | 1110 | 0 | 1000001 | 1011100 | 11110 | 10010 | 1010101 | 100110 |
Color Harmonies of #B33F0E
Complementary color
Monochromatic Colors of #B33F0E
Black with #B33F0E
Text Example
Text Example
White with #B33F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33F0E; }
p { color: rgb(179,63,14); }
H1.HeaderClassName
{
color: #B33F0E;
}
.AnyTagClassName
{
color: #B33F0E;
}
</style>
background-color css
<style>
a { background-color: #B33F0E; }
a { background-color: rgb(179,63,14); }
div.DivClassName
{
background-color: #B33F0E;
}
.BgClassName
{
background-color: #B33F0E;
}
</style>
border-color css
<style>
span { border-color: #B33F0E; }
span { border-color: rgb(179,63,14); }
td.TdClassName
{
border-color: #B33F0E;
}
.TagClassName
{
border-color: #B33F0E;
}
</style>