Shades of Rust #B33C00
Tints of Rust #B33C00
RGB
CMYK
RGB Variations
Color information
#B33C00 (or 0xB33C00) is known color: Rust. HEX triplet: B3, 3C and 00. RGB value is (179,60,0). Sum of RGB (Red+Green+Blue) = 179+60+0=239 (31% of max value = 765). Red value is 179 (70.31% from 255 or 74.90% from 239); Green value is 60 (23.83% from 255 or 25.10% from 239); Blue value is 0 (0.39% from 255 or 0% from 239); Max value from RGB is 179 - color contains mainly: red. Hex color #B33C00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33C00 is #4CC3FF. Grayscale: #595959. Windows color (decimal): -5030912 or 15539. OLE color: 15539.
HSL color Cylindrical-coordinate representation of color #B33C00: hue angle of 20.11º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B33C00 is Cyan = 0, Magento = 0.66, Yellow = 1 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 60 | 0 | - |
| CMYK | 0 | 0.66 | 1 | 0.30 |
| HSL | 20.11º | 1% | 0.35% | - |
| HSV(B) | 20.11º | 1% | 0.7% | - |
| XYZ | 20.21 | 12.82 | 1.41 | - |
| YUV | 88.74 | 77.92 | 192.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 60 | 0 | 0 | 0.66 | 1 | 0.30 | 20.11 | 1 | 0.35 |
| Hex | B3 | 3C | 0 | 0 | 42 | 64 | 1E | 14 | 64 | 23 |
| Octal | 263 | 74 | 0 | 0 | 102 | 144 | 36 | 24 | 144 | 43 |
| Binary | 10110011 | 111100 | 0 | 0 | 1000010 | 1100100 | 11110 | 10100 | 1100100 | 100011 |
Color Harmonies of #B33C00
Complementary color
Monochromatic Colors of #B33C00
Black with #B33C00
Text Example
Text Example
White with #B33C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33C00; }
p { color: rgb(179,60,0); }
H1.HeaderClassName
{
color: #B33C00;
}
.AnyTagClassName
{
color: #B33C00;
}
</style>
background-color css
<style>
a { background-color: #B33C00; }
a { background-color: rgb(179,60,0); }
div.DivClassName
{
background-color: #B33C00;
}
.BgClassName
{
background-color: #B33C00;
}
</style>
border-color css
<style>
span { border-color: #B33C00; }
span { border-color: rgb(179,60,0); }
td.TdClassName
{
border-color: #B33C00;
}
.TagClassName
{
border-color: #B33C00;
}
</style>