Shades of Rust #C24003
Tints of Rust #C24003
RGB
CMYK
RGB Variations
Color information
#C24003 (or 0xC24003) is known color: Rust. HEX triplet: C2, 40 and 03. RGB value is (194,64,3). Sum of RGB (Red+Green+Blue) = 194+64+3=261 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.33% from 261); Green value is 64 (25.39% from 255 or 24.52% from 261); Blue value is 3 (1.56% from 255 or 1.15% from 261); Max value from RGB is 194 - color contains mainly: red. Hex color #C24003 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24003 is #3DBFFC. Grayscale: #606060. Windows color (decimal): -4046845 or 213186. OLE color: 213186.
HSL color Cylindrical-coordinate representation of color #C24003: hue angle of 19.16º 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 #C24003 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 64 | 3 | - |
| CMYK | 0 | 0.67 | 0.98 | 0.24 |
| HSL | 19.16º | 0.97% | 0.39% | - |
| HSV(B) | 19.16º | 0.98% | 0.76% | - |
| XYZ | 24.1 | 15.14 | 1.74 | - |
| YUV | 95.92 | 75.57 | 197.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 64 | 3 | 0 | 0.67 | 0.98 | 0.24 | 19.16 | 0.97 | 0.39 |
| Hex | C2 | 40 | 3 | 0 | 43 | 62 | 18 | 13 | 61 | 27 |
| Octal | 302 | 100 | 3 | 0 | 103 | 142 | 30 | 23 | 141 | 47 |
| Binary | 11000010 | 1000000 | 11 | 0 | 1000011 | 1100010 | 11000 | 10011 | 1100001 | 100111 |
Color Harmonies of #C24003
Complementary color
Monochromatic Colors of #C24003
Black with #C24003
Text Example
Text Example
White with #C24003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24003; }
p { color: rgb(194,64,3); }
H1.HeaderClassName
{
color: #C24003;
}
.AnyTagClassName
{
color: #C24003;
}
</style>
background-color css
<style>
a { background-color: #C24003; }
a { background-color: rgb(194,64,3); }
div.DivClassName
{
background-color: #C24003;
}
.BgClassName
{
background-color: #C24003;
}
</style>
border-color css
<style>
span { border-color: #C24003; }
span { border-color: rgb(194,64,3); }
td.TdClassName
{
border-color: #C24003;
}
.TagClassName
{
border-color: #C24003;
}
</style>