Shades of Rust #C24A07
Tints of Rust #C24A07
RGB
CMYK
RGB Variations
Color information
#C24A07 (or 0xC24A07) is known color: Rust. HEX triplet: C2, 4A and 07. RGB value is (194,74,7). Sum of RGB (Red+Green+Blue) = 194+74+7=275 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.55% from 275); Green value is 74 (29.30% from 255 or 26.91% from 275); Blue value is 7 (3.12% from 255 or 2.55% from 275); Max value from RGB is 194 - color contains mainly: red. Hex color #C24A07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24A07 is #3DB5F8. Grayscale: #666666. Windows color (decimal): -4044281 or 477890. OLE color: 477890.
HSL color Cylindrical-coordinate representation of color #C24A07: hue angle of 21.5º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C24A07 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 74 | 7 | - |
| CMYK | 0 | 0.62 | 0.96 | 0.24 |
| HSL | 21.5º | 0.93% | 0.39% | - |
| HSV(B) | 21.5º | 0.96% | 0.76% | - |
| XYZ | 24.74 | 16.38 | 2.06 | - |
| YUV | 102.24 | 74.26 | 193.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 74 | 7 | 0 | 0.62 | 0.96 | 0.24 | 21.5 | 0.93 | 0.39 |
| Hex | C2 | 4A | 7 | 0 | 3E | 60 | 18 | 15 | 5D | 27 |
| Octal | 302 | 112 | 7 | 0 | 76 | 140 | 30 | 25 | 135 | 47 |
| Binary | 11000010 | 1001010 | 111 | 0 | 111110 | 1100000 | 11000 | 10101 | 1011101 | 100111 |
Color Harmonies of #C24A07
Complementary color
Monochromatic Colors of #C24A07
Black with #C24A07
Text Example
Text Example
White with #C24A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24A07; }
p { color: rgb(194,74,7); }
H1.HeaderClassName
{
color: #C24A07;
}
.AnyTagClassName
{
color: #C24A07;
}
</style>
background-color css
<style>
a { background-color: #C24A07; }
a { background-color: rgb(194,74,7); }
div.DivClassName
{
background-color: #C24A07;
}
.BgClassName
{
background-color: #C24A07;
}
</style>
border-color css
<style>
span { border-color: #C24A07; }
span { border-color: rgb(194,74,7); }
td.TdClassName
{
border-color: #C24A07;
}
.TagClassName
{
border-color: #C24A07;
}
</style>