Shades of Rust #C2481F
Tints of Rust #C2481F
RGB
CMYK
RGB Variations
Color information
#C2481F (or 0xC2481F) is known color: Rust. HEX triplet: C2, 48 and 1F. RGB value is (194,72,31). Sum of RGB (Red+Green+Blue) = 194+72+31=297 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.32% from 297); Green value is 72 (28.52% from 255 or 24.24% from 297); Blue value is 31 (12.5% from 255 or 10.44% from 297); Max value from RGB is 194 - color contains mainly: red. Hex color #C2481F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2481F is #3DB7E0. Grayscale: #686868. Windows color (decimal): -4044769 or 2050242. OLE color: 2050242.
HSL color Cylindrical-coordinate representation of color #C2481F: hue angle of 15.09º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C2481F is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 72 | 31 | - |
| CMYK | 0 | 0.63 | 0.84 | 0.24 |
| HSL | 15.09º | 0.72% | 0.44% | - |
| HSV(B) | 15.09º | 0.84% | 0.76% | - |
| XYZ | 24.81 | 16.2 | 3.12 | - |
| YUV | 103.8 | 86.92 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 72 | 31 | 0 | 0.63 | 0.84 | 0.24 | 15.09 | 0.72 | 0.44 |
| Hex | C2 | 48 | 1F | 0 | 3F | 54 | 18 | F | 48 | 2C |
| Octal | 302 | 110 | 37 | 0 | 77 | 124 | 30 | 17 | 110 | 54 |
| Binary | 11000010 | 1001000 | 11111 | 0 | 111111 | 1010100 | 11000 | 1111 | 1001000 | 101100 |
Color Harmonies of #C2481F
Complementary color
Monochromatic Colors of #C2481F
Black with #C2481F
Text Example
Text Example
White with #C2481F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2481F; }
p { color: rgb(194,72,31); }
H1.HeaderClassName
{
color: #C2481F;
}
.AnyTagClassName
{
color: #C2481F;
}
</style>
background-color css
<style>
a { background-color: #C2481F; }
a { background-color: rgb(194,72,31); }
div.DivClassName
{
background-color: #C2481F;
}
.BgClassName
{
background-color: #C2481F;
}
</style>
border-color css
<style>
span { border-color: #C2481F; }
span { border-color: rgb(194,72,31); }
td.TdClassName
{
border-color: #C2481F;
}
.TagClassName
{
border-color: #C2481F;
}
</style>