Shades of Rust #B33202
Tints of Rust #B33202
RGB
CMYK
RGB Variations
Color information
#B33202 (or 0xB33202) is known color: Rust. HEX triplet: B3, 32 and 02. RGB value is (179,50,2). Sum of RGB (Red+Green+Blue) = 179+50+2=231 (30% of max value = 765). Red value is 179 (70.31% from 255 or 77.49% from 231); Green value is 50 (19.92% from 255 or 21.65% from 231); Blue value is 2 (1.17% from 255 or 0.87% from 231); Max value from RGB is 179 - color contains mainly: red. Hex color #B33202 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33202 is #4CCDFD. Grayscale: #535353. Windows color (decimal): -5033470 or 144051. OLE color: 144051.
HSL color Cylindrical-coordinate representation of color #B33202: hue angle of 16.27º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B33202 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 50 | 2 | - |
| CMYK | 0 | 0.72 | 0.99 | 0.30 |
| HSL | 16.27º | 0.98% | 0.35% | - |
| HSV(B) | 16.27º | 0.99% | 0.7% | - |
| XYZ | 19.74 | 11.87 | 1.31 | - |
| YUV | 83.1 | 82.24 | 196.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 50 | 2 | 0 | 0.72 | 0.99 | 0.30 | 16.27 | 0.98 | 0.35 |
| Hex | B3 | 32 | 2 | 0 | 48 | 63 | 1E | 10 | 62 | 23 |
| Octal | 263 | 62 | 2 | 0 | 110 | 143 | 36 | 20 | 142 | 43 |
| Binary | 10110011 | 110010 | 10 | 0 | 1001000 | 1100011 | 11110 | 10000 | 1100010 | 100011 |
Color Harmonies of #B33202
Complementary color
Monochromatic Colors of #B33202
Black with #B33202
Text Example
Text Example
White with #B33202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33202; }
p { color: rgb(179,50,2); }
H1.HeaderClassName
{
color: #B33202;
}
.AnyTagClassName
{
color: #B33202;
}
</style>
background-color css
<style>
a { background-color: #B33202; }
a { background-color: rgb(179,50,2); }
div.DivClassName
{
background-color: #B33202;
}
.BgClassName
{
background-color: #B33202;
}
</style>
border-color css
<style>
span { border-color: #B33202; }
span { border-color: rgb(179,50,2); }
td.TdClassName
{
border-color: #B33202;
}
.TagClassName
{
border-color: #B33202;
}
</style>