Shades of Rust #B33C06
Tints of Rust #B33C06
RGB
CMYK
RGB Variations
Color information
#B33C06 (or 0xB33C06) is known color: Rust. HEX triplet: B3, 3C and 06. RGB value is (179,60,6). Sum of RGB (Red+Green+Blue) = 179+60+6=245 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.06% from 245); Green value is 60 (23.83% from 255 or 24.49% from 245); Blue value is 6 (2.73% from 255 or 2.45% from 245); Max value from RGB is 179 - color contains mainly: red. Hex color #B33C06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33C06 is #4CC3F9. Grayscale: #595959. Windows color (decimal): -5030906 or 408755. OLE color: 408755.
HSL color Cylindrical-coordinate representation of color #B33C06: hue angle of 18.73º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B33C06 is Cyan = 0, Magento = 0.66, Yellow = 0.97 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 60 | 6 | - |
| CMYK | 0 | 0.66 | 0.97 | 0.30 |
| HSL | 18.73º | 0.94% | 0.36% | - |
| HSV(B) | 18.73º | 0.97% | 0.7% | - |
| XYZ | 20.24 | 12.83 | 1.58 | - |
| YUV | 89.43 | 80.92 | 191.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 60 | 6 | 0 | 0.66 | 0.97 | 0.30 | 18.73 | 0.94 | 0.36 |
| Hex | B3 | 3C | 6 | 0 | 42 | 61 | 1E | 13 | 5E | 24 |
| Octal | 263 | 74 | 6 | 0 | 102 | 141 | 36 | 23 | 136 | 44 |
| Binary | 10110011 | 111100 | 110 | 0 | 1000010 | 1100001 | 11110 | 10011 | 1011110 | 100100 |
Color Harmonies of #B33C06
Complementary color
Monochromatic Colors of #B33C06
Black with #B33C06
Text Example
Text Example
White with #B33C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33C06; }
p { color: rgb(179,60,6); }
H1.HeaderClassName
{
color: #B33C06;
}
.AnyTagClassName
{
color: #B33C06;
}
</style>
background-color css
<style>
a { background-color: #B33C06; }
a { background-color: rgb(179,60,6); }
div.DivClassName
{
background-color: #B33C06;
}
.BgClassName
{
background-color: #B33C06;
}
</style>
border-color css
<style>
span { border-color: #B33C06; }
span { border-color: rgb(179,60,6); }
td.TdClassName
{
border-color: #B33C06;
}
.TagClassName
{
border-color: #B33C06;
}
</style>