Shades of Rust #B33B02
Tints of Rust #B33B02
RGB
CMYK
RGB Variations
Color information
#B33B02 (or 0xB33B02) is known color: Rust. HEX triplet: B3, 3B and 02. RGB value is (179,59,2). Sum of RGB (Red+Green+Blue) = 179+59+2=240 (31% of max value = 765). Red value is 179 (70.31% from 255 or 74.58% from 240); Green value is 59 (23.44% from 255 or 24.58% from 240); Blue value is 2 (1.17% from 255 or 0.83% from 240); Max value from RGB is 179 - color contains mainly: red. Hex color #B33B02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33B02 is #4CC4FD. Grayscale: #585858. Windows color (decimal): -5031166 or 146355. OLE color: 146355.
HSL color Cylindrical-coordinate representation of color #B33B02: hue angle of 19.32º 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 #B33B02 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 59 | 2 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.30 |
| HSL | 19.32º | 0.98% | 0.35% | - |
| HSV(B) | 19.32º | 0.99% | 0.7% | - |
| XYZ | 20.17 | 12.72 | 1.45 | - |
| YUV | 88.38 | 79.26 | 192.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 59 | 2 | 0 | 0.67 | 0.99 | 0.30 | 19.32 | 0.98 | 0.35 |
| Hex | B3 | 3B | 2 | 0 | 43 | 63 | 1E | 13 | 62 | 23 |
| Octal | 263 | 73 | 2 | 0 | 103 | 143 | 36 | 23 | 142 | 43 |
| Binary | 10110011 | 111011 | 10 | 0 | 1000011 | 1100011 | 11110 | 10011 | 1100010 | 100011 |
Color Harmonies of #B33B02
Complementary color
Monochromatic Colors of #B33B02
Black with #B33B02
Text Example
Text Example
White with #B33B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33B02; }
p { color: rgb(179,59,2); }
H1.HeaderClassName
{
color: #B33B02;
}
.AnyTagClassName
{
color: #B33B02;
}
</style>
background-color css
<style>
a { background-color: #B33B02; }
a { background-color: rgb(179,59,2); }
div.DivClassName
{
background-color: #B33B02;
}
.BgClassName
{
background-color: #B33B02;
}
</style>
border-color css
<style>
span { border-color: #B33B02; }
span { border-color: rgb(179,59,2); }
td.TdClassName
{
border-color: #B33B02;
}
.TagClassName
{
border-color: #B33B02;
}
</style>