Shades of Rust #B33200
Tints of Rust #B33200
RGB
CMYK
RGB Variations
Color information
#B33200 (or 0xB33200) is known color: Rust. HEX triplet: B3, 32 and 00. RGB value is (179,50,0). Sum of RGB (Red+Green+Blue) = 179+50+0=229 (30% of max value = 765). Red value is 179 (70.31% from 255 or 78.17% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 0 (0.39% from 255 or 0% from 229); Max value from RGB is 179 - color contains mainly: red. Hex color #B33200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33200 is #4CCDFF. Grayscale: #535353. Windows color (decimal): -5033472 or 12979. OLE color: 12979.
HSL color Cylindrical-coordinate representation of color #B33200: hue angle of 16.76º 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 #B33200 is Cyan = 0, Magento = 0.72, Yellow = 1 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 50 | 0 | - |
| CMYK | 0 | 0.72 | 1 | 0.30 |
| HSL | 16.76º | 1% | 0.35% | - |
| HSV(B) | 16.76º | 1% | 0.7% | - |
| XYZ | 19.73 | 11.86 | 1.25 | - |
| YUV | 82.87 | 81.24 | 196.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 50 | 0 | 0 | 0.72 | 1 | 0.30 | 16.76 | 1 | 0.35 |
| Hex | B3 | 32 | 0 | 0 | 48 | 64 | 1E | 11 | 64 | 23 |
| Octal | 263 | 62 | 0 | 0 | 110 | 144 | 36 | 21 | 144 | 43 |
| Binary | 10110011 | 110010 | 0 | 0 | 1001000 | 1100100 | 11110 | 10001 | 1100100 | 100011 |
Color Harmonies of #B33200
Complementary color
Monochromatic Colors of #B33200
Black with #B33200
Text Example
Text Example
White with #B33200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33200; }
p { color: rgb(179,50,0); }
H1.HeaderClassName
{
color: #B33200;
}
.AnyTagClassName
{
color: #B33200;
}
</style>
background-color css
<style>
a { background-color: #B33200; }
a { background-color: rgb(179,50,0); }
div.DivClassName
{
background-color: #B33200;
}
.BgClassName
{
background-color: #B33200;
}
</style>
border-color css
<style>
span { border-color: #B33200; }
span { border-color: rgb(179,50,0); }
td.TdClassName
{
border-color: #B33200;
}
.TagClassName
{
border-color: #B33200;
}
</style>