Shades of Rust #C24700
Tints of Rust #C24700
RGB
CMYK
RGB Variations
Color information
#C24700 (or 0xC24700) is known color: Rust. HEX triplet: C2, 47 and 00. RGB value is (194,71,0). Sum of RGB (Red+Green+Blue) = 194+71+0=265 (35% of max value = 765). Red value is 194 (76.17% from 255 or 73.21% from 265); Green value is 71 (28.12% from 255 or 26.79% from 265); Blue value is 0 (0.39% from 255 or 0% from 265); Max value from RGB is 194 - color contains mainly: red. Hex color #C24700 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24700 is #3DB8FF. Grayscale: #646464. Windows color (decimal): -4045056 or 18370. OLE color: 18370.
HSL color Cylindrical-coordinate representation of color #C24700: hue angle of 21.96º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C24700 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 71 | 0 | - |
| CMYK | 0 | 0.63 | 1 | 0.24 |
| HSL | 21.96º | 1% | 0.38% | - |
| HSV(B) | 21.96º | 1% | 0.76% | - |
| XYZ | 24.5 | 15.98 | 1.79 | - |
| YUV | 99.68 | 71.75 | 195.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 71 | 0 | 0 | 0.63 | 1 | 0.24 | 21.96 | 1 | 0.38 |
| Hex | C2 | 47 | 0 | 0 | 3F | 64 | 18 | 16 | 64 | 26 |
| Octal | 302 | 107 | 0 | 0 | 77 | 144 | 30 | 26 | 144 | 46 |
| Binary | 11000010 | 1000111 | 0 | 0 | 111111 | 1100100 | 11000 | 10110 | 1100100 | 100110 |
Color Harmonies of #C24700
Complementary color
Monochromatic Colors of #C24700
Black with #C24700
Text Example
Text Example
White with #C24700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24700; }
p { color: rgb(194,71,0); }
H1.HeaderClassName
{
color: #C24700;
}
.AnyTagClassName
{
color: #C24700;
}
</style>
background-color css
<style>
a { background-color: #C24700; }
a { background-color: rgb(194,71,0); }
div.DivClassName
{
background-color: #C24700;
}
.BgClassName
{
background-color: #C24700;
}
</style>
border-color css
<style>
span { border-color: #C24700; }
span { border-color: rgb(194,71,0); }
td.TdClassName
{
border-color: #C24700;
}
.TagClassName
{
border-color: #C24700;
}
</style>