Shades of Rust #C2481E
Tints of Rust #C2481E
RGB
CMYK
RGB Variations
Color information
#C2481E (or 0xC2481E) is known color: Rust. HEX triplet: C2, 48 and 1E. RGB value is (194,72,30). Sum of RGB (Red+Green+Blue) = 194+72+30=296 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.54% from 296); Green value is 72 (28.52% from 255 or 24.32% from 296); Blue value is 30 (12.11% from 255 or 10.14% from 296); Max value from RGB is 194 - color contains mainly: red. Hex color #C2481E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2481E is #3DB7E1. Grayscale: #676767. Windows color (decimal): -4044770 or 1984706. OLE color: 1984706.
HSL color Cylindrical-coordinate representation of color #C2481E: hue angle of 15.37º degrees, saturation: 0.73, 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 #C2481E is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 72 | 30 | - |
| CMYK | 0 | 0.63 | 0.85 | 0.24 |
| HSL | 15.37º | 0.73% | 0.44% | - |
| HSV(B) | 15.37º | 0.85% | 0.76% | - |
| XYZ | 24.8 | 16.2 | 3.05 | - |
| YUV | 103.69 | 86.42 | 192.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 72 | 30 | 0 | 0.63 | 0.85 | 0.24 | 15.37 | 0.73 | 0.44 |
| Hex | C2 | 48 | 1E | 0 | 3F | 55 | 18 | F | 49 | 2C |
| Octal | 302 | 110 | 36 | 0 | 77 | 125 | 30 | 17 | 111 | 54 |
| Binary | 11000010 | 1001000 | 11110 | 0 | 111111 | 1010101 | 11000 | 1111 | 1001001 | 101100 |
Color Harmonies of #C2481E
Complementary color
Monochromatic Colors of #C2481E
Black with #C2481E
Text Example
Text Example
White with #C2481E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2481E; }
p { color: rgb(194,72,30); }
H1.HeaderClassName
{
color: #C2481E;
}
.AnyTagClassName
{
color: #C2481E;
}
</style>
background-color css
<style>
a { background-color: #C2481E; }
a { background-color: rgb(194,72,30); }
div.DivClassName
{
background-color: #C2481E;
}
.BgClassName
{
background-color: #C2481E;
}
</style>
border-color css
<style>
span { border-color: #C2481E; }
span { border-color: rgb(194,72,30); }
td.TdClassName
{
border-color: #C2481E;
}
.TagClassName
{
border-color: #C2481E;
}
</style>