Shades of Rust #C33F03
Tints of Rust #C33F03
RGB
CMYK
RGB Variations
Color information
#C33F03 (or 0xC33F03) is known color: Rust. HEX triplet: C3, 3F and 03. RGB value is (195,63,3). Sum of RGB (Red+Green+Blue) = 195+63+3=261 (34% of max value = 765). Red value is 195 (76.56% from 255 or 74.71% from 261); Green value is 63 (25% from 255 or 24.14% from 261); Blue value is 3 (1.56% from 255 or 1.15% from 261); Max value from RGB is 195 - color contains mainly: red. Hex color #C33F03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33F03 is #3CC0FC. Grayscale: #5F5F5F. Windows color (decimal): -3981565 or 212931. OLE color: 212931.
HSL color Cylindrical-coordinate representation of color #C33F03: hue angle of 18.75º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C33F03 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 63 | 3 | - |
| CMYK | 0 | 0.68 | 0.98 | 0.24 |
| HSL | 18.75º | 0.97% | 0.39% | - |
| HSV(B) | 18.75º | 0.98% | 0.76% | - |
| XYZ | 24.3 | 15.16 | 1.73 | - |
| YUV | 95.63 | 75.73 | 198.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 63 | 3 | 0 | 0.68 | 0.98 | 0.24 | 18.75 | 0.97 | 0.39 |
| Hex | C3 | 3F | 3 | 0 | 44 | 62 | 18 | 13 | 61 | 27 |
| Octal | 303 | 77 | 3 | 0 | 104 | 142 | 30 | 23 | 141 | 47 |
| Binary | 11000011 | 111111 | 11 | 0 | 1000100 | 1100010 | 11000 | 10011 | 1100001 | 100111 |
Color Harmonies of #C33F03
Complementary color
Monochromatic Colors of #C33F03
Black with #C33F03
Text Example
Text Example
White with #C33F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33F03; }
p { color: rgb(195,63,3); }
H1.HeaderClassName
{
color: #C33F03;
}
.AnyTagClassName
{
color: #C33F03;
}
</style>
background-color css
<style>
a { background-color: #C33F03; }
a { background-color: rgb(195,63,3); }
div.DivClassName
{
background-color: #C33F03;
}
.BgClassName
{
background-color: #C33F03;
}
</style>
border-color css
<style>
span { border-color: #C33F03; }
span { border-color: rgb(195,63,3); }
td.TdClassName
{
border-color: #C33F03;
}
.TagClassName
{
border-color: #C33F03;
}
</style>