Shades of Rust #C24303
Tints of Rust #C24303
RGB
CMYK
RGB Variations
Color information
#C24303 (or 0xC24303) is known color: Rust. HEX triplet: C2, 43 and 03. RGB value is (194,67,3). Sum of RGB (Red+Green+Blue) = 194+67+3=264 (34% of max value = 765). Red value is 194 (76.17% from 255 or 73.48% from 264); Green value is 67 (26.56% from 255 or 25.38% from 264); Blue value is 3 (1.56% from 255 or 1.14% from 264); Max value from RGB is 194 - color contains mainly: red. Hex color #C24303 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24303 is #3DBCFC. Grayscale: #626262. Windows color (decimal): -4046077 or 213954. OLE color: 213954.
HSL color Cylindrical-coordinate representation of color #C24303: hue angle of 20.1º 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 #C24303 is Cyan = 0, Magento = 0.65, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 67 | 3 | - |
| CMYK | 0 | 0.65 | 0.98 | 0.24 |
| HSL | 20.1º | 0.97% | 0.39% | - |
| HSV(B) | 20.1º | 0.98% | 0.76% | - |
| XYZ | 24.27 | 15.49 | 1.8 | - |
| YUV | 97.68 | 74.58 | 196.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 67 | 3 | 0 | 0.65 | 0.98 | 0.24 | 20.1 | 0.97 | 0.39 |
| Hex | C2 | 43 | 3 | 0 | 41 | 62 | 18 | 14 | 61 | 27 |
| Octal | 302 | 103 | 3 | 0 | 101 | 142 | 30 | 24 | 141 | 47 |
| Binary | 11000010 | 1000011 | 11 | 0 | 1000001 | 1100010 | 11000 | 10100 | 1100001 | 100111 |
Color Harmonies of #C24303
Complementary color
Monochromatic Colors of #C24303
Black with #C24303
Text Example
Text Example
White with #C24303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24303; }
p { color: rgb(194,67,3); }
H1.HeaderClassName
{
color: #C24303;
}
.AnyTagClassName
{
color: #C24303;
}
</style>
background-color css
<style>
a { background-color: #C24303; }
a { background-color: rgb(194,67,3); }
div.DivClassName
{
background-color: #C24303;
}
.BgClassName
{
background-color: #C24303;
}
</style>
border-color css
<style>
span { border-color: #C24303; }
span { border-color: rgb(194,67,3); }
td.TdClassName
{
border-color: #C24303;
}
.TagClassName
{
border-color: #C24303;
}
</style>