Shades of Rust #C2441A
Tints of Rust #C2441A
RGB
CMYK
RGB Variations
Color information
#C2441A (or 0xC2441A) is known color: Rust. HEX triplet: C2, 44 and 1A. RGB value is (194,68,26). Sum of RGB (Red+Green+Blue) = 194+68+26=288 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.36% from 288); Green value is 68 (26.95% from 255 or 23.61% from 288); Blue value is 26 (10.55% from 255 or 9.03% from 288); Max value from RGB is 194 - color contains mainly: red. Hex color #C2441A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2441A is #3DBBE5. Grayscale: #656565. Windows color (decimal): -4045798 or 1721538. OLE color: 1721538.
HSL color Cylindrical-coordinate representation of color #C2441A: hue angle of 15º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C2441A is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 68 | 26 | - |
| CMYK | 0 | 0.65 | 0.87 | 0.24 |
| HSL | 15º | 0.76% | 0.43% | - |
| HSV(B) | 15º | 0.87% | 0.76% | - |
| XYZ | 24.5 | 15.68 | 2.71 | - |
| YUV | 100.89 | 85.74 | 194.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 68 | 26 | 0 | 0.65 | 0.87 | 0.24 | 15 | 0.76 | 0.43 |
| Hex | C2 | 44 | 1A | 0 | 41 | 57 | 18 | F | 4C | 2B |
| Octal | 302 | 104 | 32 | 0 | 101 | 127 | 30 | 17 | 114 | 53 |
| Binary | 11000010 | 1000100 | 11010 | 0 | 1000001 | 1010111 | 11000 | 1111 | 1001100 | 101011 |
Color Harmonies of #C2441A
Complementary color
Monochromatic Colors of #C2441A
Black with #C2441A
Text Example
Text Example
White with #C2441A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2441A; }
p { color: rgb(194,68,26); }
H1.HeaderClassName
{
color: #C2441A;
}
.AnyTagClassName
{
color: #C2441A;
}
</style>
background-color css
<style>
a { background-color: #C2441A; }
a { background-color: rgb(194,68,26); }
div.DivClassName
{
background-color: #C2441A;
}
.BgClassName
{
background-color: #C2441A;
}
</style>
border-color css
<style>
span { border-color: #C2441A; }
span { border-color: rgb(194,68,26); }
td.TdClassName
{
border-color: #C2441A;
}
.TagClassName
{
border-color: #C2441A;
}
</style>