Shades of Rust #C33F02
Tints of Rust #C33F02
RGB
CMYK
RGB Variations
Color information
#C33F02 (or 0xC33F02) is known color: Rust. HEX triplet: C3, 3F and 02. RGB value is (195,63,2). Sum of RGB (Red+Green+Blue) = 195+63+2=260 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75% from 260); Green value is 63 (25% from 255 or 24.23% from 260); Blue value is 2 (1.17% from 255 or 0.77% from 260); Max value from RGB is 195 - color contains mainly: red. Hex color #C33F02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33F02 is #3CC0FD. Grayscale: #5F5F5F. Windows color (decimal): -3981566 or 147395. OLE color: 147395.
HSL color Cylindrical-coordinate representation of color #C33F02: hue angle of 18.96º 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 #C33F02 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 63 | 2 | - |
| CMYK | 0 | 0.68 | 0.99 | 0.24 |
| HSL | 18.96º | 0.98% | 0.39% | - |
| HSV(B) | 18.96º | 0.99% | 0.76% | - |
| XYZ | 24.29 | 15.16 | 1.7 | - |
| YUV | 95.51 | 75.23 | 198.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 63 | 2 | 0 | 0.68 | 0.99 | 0.24 | 18.96 | 0.98 | 0.39 |
| Hex | C3 | 3F | 2 | 0 | 44 | 63 | 18 | 13 | 62 | 27 |
| Octal | 303 | 77 | 2 | 0 | 104 | 143 | 30 | 23 | 142 | 47 |
| Binary | 11000011 | 111111 | 10 | 0 | 1000100 | 1100011 | 11000 | 10011 | 1100010 | 100111 |
Color Harmonies of #C33F02
Complementary color
Monochromatic Colors of #C33F02
Black with #C33F02
Text Example
Text Example
White with #C33F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33F02; }
p { color: rgb(195,63,2); }
H1.HeaderClassName
{
color: #C33F02;
}
.AnyTagClassName
{
color: #C33F02;
}
</style>
background-color css
<style>
a { background-color: #C33F02; }
a { background-color: rgb(195,63,2); }
div.DivClassName
{
background-color: #C33F02;
}
.BgClassName
{
background-color: #C33F02;
}
</style>
border-color css
<style>
span { border-color: #C33F02; }
span { border-color: rgb(195,63,2); }
td.TdClassName
{
border-color: #C33F02;
}
.TagClassName
{
border-color: #C33F02;
}
</style>