Shades of Rust #C2481D
Tints of Rust #C2481D
RGB
CMYK
RGB Variations
Color information
#C2481D (or 0xC2481D) is known color: Rust. HEX triplet: C2, 48 and 1D. RGB value is (194,72,29). Sum of RGB (Red+Green+Blue) = 194+72+29=295 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.76% from 295); Green value is 72 (28.52% from 255 or 24.41% from 295); Blue value is 29 (11.72% from 255 or 9.83% from 295); Max value from RGB is 194 - color contains mainly: red. Hex color #C2481D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2481D is #3DB7E2. Grayscale: #676767. Windows color (decimal): -4044771 or 1919170. OLE color: 1919170.
HSL color Cylindrical-coordinate representation of color #C2481D: hue angle of 15.64º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C2481D is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 72 | 29 | - |
| CMYK | 0 | 0.63 | 0.85 | 0.24 |
| HSL | 15.64º | 0.74% | 0.44% | - |
| HSV(B) | 15.64º | 0.85% | 0.76% | - |
| XYZ | 24.79 | 16.19 | 2.98 | - |
| YUV | 103.58 | 85.92 | 192.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 72 | 29 | 0 | 0.63 | 0.85 | 0.24 | 15.64 | 0.74 | 0.44 |
| Hex | C2 | 48 | 1D | 0 | 3F | 55 | 18 | 10 | 4A | 2C |
| Octal | 302 | 110 | 35 | 0 | 77 | 125 | 30 | 20 | 112 | 54 |
| Binary | 11000010 | 1001000 | 11101 | 0 | 111111 | 1010101 | 11000 | 10000 | 1001010 | 101100 |
Color Harmonies of #C2481D
Complementary color
Monochromatic Colors of #C2481D
Black with #C2481D
Text Example
Text Example
White with #C2481D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2481D; }
p { color: rgb(194,72,29); }
H1.HeaderClassName
{
color: #C2481D;
}
.AnyTagClassName
{
color: #C2481D;
}
</style>
background-color css
<style>
a { background-color: #C2481D; }
a { background-color: rgb(194,72,29); }
div.DivClassName
{
background-color: #C2481D;
}
.BgClassName
{
background-color: #C2481D;
}
</style>
border-color css
<style>
span { border-color: #C2481D; }
span { border-color: rgb(194,72,29); }
td.TdClassName
{
border-color: #C2481D;
}
.TagClassName
{
border-color: #C2481D;
}
</style>