Shades of Rust #C2440F
Tints of Rust #C2440F
RGB
CMYK
RGB Variations
Color information
#C2440F (or 0xC2440F) is known color: Rust. HEX triplet: C2, 44 and 0F. RGB value is (194,68,15). Sum of RGB (Red+Green+Blue) = 194+68+15=277 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.04% from 277); Green value is 68 (26.95% from 255 or 24.55% from 277); Blue value is 15 (6.25% from 255 or 5.42% from 277); Max value from RGB is 194 - color contains mainly: red. Hex color #C2440F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C2440F is #3DBBF0. Grayscale: #636363. Windows color (decimal): -4045809 or 1000642. OLE color: 1000642.
HSL color Cylindrical-coordinate representation of color #C2440F: hue angle of 17.77º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C2440F is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 68 | 15 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.24 |
| HSL | 17.77º | 0.86% | 0.41% | - |
| HSV(B) | 17.77º | 0.92% | 0.76% | - |
| XYZ | 24.4 | 15.64 | 2.18 | - |
| YUV | 99.63 | 80.24 | 195.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 68 | 15 | 0 | 0.65 | 0.92 | 0.24 | 17.77 | 0.86 | 0.41 |
| Hex | C2 | 44 | F | 0 | 41 | 5C | 18 | 12 | 56 | 29 |
| Octal | 302 | 104 | 17 | 0 | 101 | 134 | 30 | 22 | 126 | 51 |
| Binary | 11000010 | 1000100 | 1111 | 0 | 1000001 | 1011100 | 11000 | 10010 | 1010110 | 101001 |
Color Harmonies of #C2440F
Complementary color
Monochromatic Colors of #C2440F
Black with #C2440F
Text Example
Text Example
White with #C2440F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2440F; }
p { color: rgb(194,68,15); }
H1.HeaderClassName
{
color: #C2440F;
}
.AnyTagClassName
{
color: #C2440F;
}
</style>
background-color css
<style>
a { background-color: #C2440F; }
a { background-color: rgb(194,68,15); }
div.DivClassName
{
background-color: #C2440F;
}
.BgClassName
{
background-color: #C2440F;
}
</style>
border-color css
<style>
span { border-color: #C2440F; }
span { border-color: rgb(194,68,15); }
td.TdClassName
{
border-color: #C2440F;
}
.TagClassName
{
border-color: #C2440F;
}
</style>