Shades of Rust #B33C0E
Tints of Rust #B33C0E
RGB
CMYK
RGB Variations
Color information
#B33C0E (or 0xB33C0E) is known color: Rust. HEX triplet: B3, 3C and 0E. RGB value is (179,60,14). Sum of RGB (Red+Green+Blue) = 179+60+14=253 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.75% from 253); Green value is 60 (23.83% from 255 or 23.72% from 253); Blue value is 14 (5.86% from 255 or 5.53% from 253); Max value from RGB is 179 - color contains mainly: red. Hex color #B33C0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33C0E is #4CC3F1. Grayscale: #5A5A5A. Windows color (decimal): -5030898 or 933043. OLE color: 933043.
HSL color Cylindrical-coordinate representation of color #B33C0E: hue angle of 16.73º 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 #B33C0E is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 60 | 14 | - |
| CMYK | 0 | 0.66 | 0.92 | 0.30 |
| HSL | 16.73º | 0.85% | 0.38% | - |
| HSV(B) | 16.73º | 0.92% | 0.7% | - |
| XYZ | 20.29 | 12.85 | 1.83 | - |
| YUV | 90.34 | 84.92 | 191.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 60 | 14 | 0 | 0.66 | 0.92 | 0.30 | 16.73 | 0.85 | 0.38 |
| Hex | B3 | 3C | E | 0 | 42 | 5C | 1E | 11 | 55 | 26 |
| Octal | 263 | 74 | 16 | 0 | 102 | 134 | 36 | 21 | 125 | 46 |
| Binary | 10110011 | 111100 | 1110 | 0 | 1000010 | 1011100 | 11110 | 10001 | 1010101 | 100110 |
Color Harmonies of #B33C0E
Complementary color
Monochromatic Colors of #B33C0E
Black with #B33C0E
Text Example
Text Example
White with #B33C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33C0E; }
p { color: rgb(179,60,14); }
H1.HeaderClassName
{
color: #B33C0E;
}
.AnyTagClassName
{
color: #B33C0E;
}
</style>
background-color css
<style>
a { background-color: #B33C0E; }
a { background-color: rgb(179,60,14); }
div.DivClassName
{
background-color: #B33C0E;
}
.BgClassName
{
background-color: #B33C0E;
}
</style>
border-color css
<style>
span { border-color: #B33C0E; }
span { border-color: rgb(179,60,14); }
td.TdClassName
{
border-color: #B33C0E;
}
.TagClassName
{
border-color: #B33C0E;
}
</style>