Shades of Rust #C33B02
Tints of Rust #C33B02
RGB
CMYK
RGB Variations
Color information
#C33B02 (or 0xC33B02) is known color: Rust. HEX triplet: C3, 3B and 02. RGB value is (195,59,2). Sum of RGB (Red+Green+Blue) = 195+59+2=256 (33% of max value = 765). Red value is 195 (76.56% from 255 or 76.17% from 256); Green value is 59 (23.44% from 255 or 23.05% from 256); Blue value is 2 (1.17% from 255 or 0.78% from 256); Max value from RGB is 195 - color contains mainly: red. Hex color #C33B02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33B02 is #3CC4FD. Grayscale: #5D5D5D. Windows color (decimal): -3982590 or 146371. OLE color: 146371.
HSL color Cylindrical-coordinate representation of color #C33B02: hue angle of 17.72º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C33B02 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 59 | 2 | - |
| CMYK | 0 | 0.70 | 0.99 | 0.24 |
| HSL | 17.72º | 0.98% | 0.39% | - |
| HSV(B) | 17.72º | 0.99% | 0.76% | - |
| XYZ | 24.08 | 14.73 | 1.63 | - |
| YUV | 93.17 | 76.56 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 59 | 2 | 0 | 0.70 | 0.99 | 0.24 | 17.72 | 0.98 | 0.39 |
| Hex | C3 | 3B | 2 | 0 | 46 | 63 | 18 | 12 | 62 | 27 |
| Octal | 303 | 73 | 2 | 0 | 106 | 143 | 30 | 22 | 142 | 47 |
| Binary | 11000011 | 111011 | 10 | 0 | 1000110 | 1100011 | 11000 | 10010 | 1100010 | 100111 |
Color Harmonies of #C33B02
Complementary color
Monochromatic Colors of #C33B02
Black with #C33B02
Text Example
Text Example
White with #C33B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33B02; }
p { color: rgb(195,59,2); }
H1.HeaderClassName
{
color: #C33B02;
}
.AnyTagClassName
{
color: #C33B02;
}
</style>
background-color css
<style>
a { background-color: #C33B02; }
a { background-color: rgb(195,59,2); }
div.DivClassName
{
background-color: #C33B02;
}
.BgClassName
{
background-color: #C33B02;
}
</style>
border-color css
<style>
span { border-color: #C33B02; }
span { border-color: rgb(195,59,2); }
td.TdClassName
{
border-color: #C33B02;
}
.TagClassName
{
border-color: #C33B02;
}
</style>