Shades of Rust #C2481A
Tints of Rust #C2481A
RGB
CMYK
RGB Variations
Color information
#C2481A (or 0xC2481A) is known color: Rust. HEX triplet: C2, 48 and 1A. RGB value is (194,72,26). Sum of RGB (Red+Green+Blue) = 194+72+26=292 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.44% from 292); Green value is 72 (28.52% from 255 or 24.66% from 292); Blue value is 26 (10.55% from 255 or 8.90% from 292); Max value from RGB is 194 - color contains mainly: red. Hex color #C2481A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2481A is #3DB7E5. Grayscale: #676767. Windows color (decimal): -4044774 or 1722562. OLE color: 1722562.
HSL color Cylindrical-coordinate representation of color #C2481A: hue angle of 16.43º 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 #C2481A is Cyan = 0, Magento = 0.63, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 72 | 26 | - |
| CMYK | 0 | 0.63 | 0.87 | 0.24 |
| HSL | 16.43º | 0.76% | 0.43% | - |
| HSV(B) | 16.43º | 0.87% | 0.76% | - |
| XYZ | 24.75 | 16.18 | 2.8 | - |
| YUV | 103.23 | 84.42 | 192.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 72 | 26 | 0 | 0.63 | 0.87 | 0.24 | 16.43 | 0.76 | 0.43 |
| Hex | C2 | 48 | 1A | 0 | 3F | 57 | 18 | 10 | 4C | 2B |
| Octal | 302 | 110 | 32 | 0 | 77 | 127 | 30 | 20 | 114 | 53 |
| Binary | 11000010 | 1001000 | 11010 | 0 | 111111 | 1010111 | 11000 | 10000 | 1001100 | 101011 |
Color Harmonies of #C2481A
Complementary color
Monochromatic Colors of #C2481A
Black with #C2481A
Text Example
Text Example
White with #C2481A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2481A; }
p { color: rgb(194,72,26); }
H1.HeaderClassName
{
color: #C2481A;
}
.AnyTagClassName
{
color: #C2481A;
}
</style>
background-color css
<style>
a { background-color: #C2481A; }
a { background-color: rgb(194,72,26); }
div.DivClassName
{
background-color: #C2481A;
}
.BgClassName
{
background-color: #C2481A;
}
</style>
border-color css
<style>
span { border-color: #C2481A; }
span { border-color: rgb(194,72,26); }
td.TdClassName
{
border-color: #C2481A;
}
.TagClassName
{
border-color: #C2481A;
}
</style>