Shades of Rust #B33302
Tints of Rust #B33302
RGB
CMYK
RGB Variations
Color information
#B33302 (or 0xB33302) is known color: Rust. HEX triplet: B3, 33 and 02. RGB value is (179,51,2). Sum of RGB (Red+Green+Blue) = 179+51+2=232 (30% of max value = 765). Red value is 179 (70.31% from 255 or 77.16% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 2 (1.17% from 255 or 0.86% from 232); Max value from RGB is 179 - color contains mainly: red. Hex color #B33302 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33302 is #4CCCFD. Grayscale: #545454. Windows color (decimal): -5033214 or 144307. OLE color: 144307.
HSL color Cylindrical-coordinate representation of color #B33302: hue angle of 16.61º 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 #B33302 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 51 | 2 | - |
| CMYK | 0 | 0.72 | 0.99 | 0.30 |
| HSL | 16.61º | 0.98% | 0.35% | - |
| HSV(B) | 16.61º | 0.99% | 0.7% | - |
| XYZ | 19.79 | 11.96 | 1.32 | - |
| YUV | 83.69 | 81.91 | 195.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 51 | 2 | 0 | 0.72 | 0.99 | 0.30 | 16.61 | 0.98 | 0.35 |
| Hex | B3 | 33 | 2 | 0 | 48 | 63 | 1E | 11 | 62 | 23 |
| Octal | 263 | 63 | 2 | 0 | 110 | 143 | 36 | 21 | 142 | 43 |
| Binary | 10110011 | 110011 | 10 | 0 | 1001000 | 1100011 | 11110 | 10001 | 1100010 | 100011 |
Color Harmonies of #B33302
Complementary color
Monochromatic Colors of #B33302
Black with #B33302
Text Example
Text Example
White with #B33302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33302; }
p { color: rgb(179,51,2); }
H1.HeaderClassName
{
color: #B33302;
}
.AnyTagClassName
{
color: #B33302;
}
</style>
background-color css
<style>
a { background-color: #B33302; }
a { background-color: rgb(179,51,2); }
div.DivClassName
{
background-color: #B33302;
}
.BgClassName
{
background-color: #B33302;
}
</style>
border-color css
<style>
span { border-color: #B33302; }
span { border-color: rgb(179,51,2); }
td.TdClassName
{
border-color: #B33302;
}
.TagClassName
{
border-color: #B33302;
}
</style>