Shades of Rust #C33E03
Tints of Rust #C33E03
RGB
CMYK
RGB Variations
Color information
#C33E03 (or 0xC33E03) is known color: Rust. HEX triplet: C3, 3E and 03. RGB value is (195,62,3). Sum of RGB (Red+Green+Blue) = 195+62+3=260 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75% from 260); Green value is 62 (24.61% from 255 or 23.85% from 260); Blue value is 3 (1.56% from 255 or 1.15% from 260); Max value from RGB is 195 - color contains mainly: red. Hex color #C33E03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33E03 is #3CC1FC. Grayscale: #5F5F5F. Windows color (decimal): -3981821 or 212675. OLE color: 212675.
HSL color Cylindrical-coordinate representation of color #C33E03: hue angle of 18.44º 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 #C33E03 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 62 | 3 | - |
| CMYK | 0 | 0.68 | 0.98 | 0.24 |
| HSL | 18.44º | 0.97% | 0.39% | - |
| HSV(B) | 18.44º | 0.98% | 0.76% | - |
| XYZ | 24.24 | 15.05 | 1.71 | - |
| YUV | 95.04 | 76.06 | 199.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 62 | 3 | 0 | 0.68 | 0.98 | 0.24 | 18.44 | 0.97 | 0.39 |
| Hex | C3 | 3E | 3 | 0 | 44 | 62 | 18 | 12 | 61 | 27 |
| Octal | 303 | 76 | 3 | 0 | 104 | 142 | 30 | 22 | 141 | 47 |
| Binary | 11000011 | 111110 | 11 | 0 | 1000100 | 1100010 | 11000 | 10010 | 1100001 | 100111 |
Color Harmonies of #C33E03
Complementary color
Monochromatic Colors of #C33E03
Black with #C33E03
Text Example
Text Example
White with #C33E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33E03; }
p { color: rgb(195,62,3); }
H1.HeaderClassName
{
color: #C33E03;
}
.AnyTagClassName
{
color: #C33E03;
}
</style>
background-color css
<style>
a { background-color: #C33E03; }
a { background-color: rgb(195,62,3); }
div.DivClassName
{
background-color: #C33E03;
}
.BgClassName
{
background-color: #C33E03;
}
</style>
border-color css
<style>
span { border-color: #C33E03; }
span { border-color: rgb(195,62,3); }
td.TdClassName
{
border-color: #C33E03;
}
.TagClassName
{
border-color: #C33E03;
}
</style>