Shades of Rust #B33502
Tints of Rust #B33502
RGB
CMYK
RGB Variations
Color information
#B33502 (or 0xB33502) is known color: Rust. HEX triplet: B3, 35 and 02. RGB value is (179,53,2). Sum of RGB (Red+Green+Blue) = 179+53+2=234 (30% of max value = 765). Red value is 179 (70.31% from 255 or 76.50% from 234); Green value is 53 (21.09% from 255 or 22.65% from 234); Blue value is 2 (1.17% from 255 or 0.85% from 234); Max value from RGB is 179 - color contains mainly: red. Hex color #B33502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33502 is #4CCAFD. Grayscale: #555555. Windows color (decimal): -5032702 or 144819. OLE color: 144819.
HSL color Cylindrical-coordinate representation of color #B33502: hue angle of 17.29º 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 #B33502 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 53 | 2 | - |
| CMYK | 0 | 0.70 | 0.99 | 0.30 |
| HSL | 17.29º | 0.98% | 0.35% | - |
| HSV(B) | 17.29º | 0.99% | 0.7% | - |
| XYZ | 19.87 | 12.13 | 1.35 | - |
| YUV | 84.86 | 81.24 | 195.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 53 | 2 | 0 | 0.70 | 0.99 | 0.30 | 17.29 | 0.98 | 0.35 |
| Hex | B3 | 35 | 2 | 0 | 46 | 63 | 1E | 11 | 62 | 23 |
| Octal | 263 | 65 | 2 | 0 | 106 | 143 | 36 | 21 | 142 | 43 |
| Binary | 10110011 | 110101 | 10 | 0 | 1000110 | 1100011 | 11110 | 10001 | 1100010 | 100011 |
Color Harmonies of #B33502
Complementary color
Monochromatic Colors of #B33502
Black with #B33502
Text Example
Text Example
White with #B33502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33502; }
p { color: rgb(179,53,2); }
H1.HeaderClassName
{
color: #B33502;
}
.AnyTagClassName
{
color: #B33502;
}
</style>
background-color css
<style>
a { background-color: #B33502; }
a { background-color: rgb(179,53,2); }
div.DivClassName
{
background-color: #B33502;
}
.BgClassName
{
background-color: #B33502;
}
</style>
border-color css
<style>
span { border-color: #B33502; }
span { border-color: rgb(179,53,2); }
td.TdClassName
{
border-color: #B33502;
}
.TagClassName
{
border-color: #B33502;
}
</style>