Shades of Rust #C2450A
Tints of Rust #C2450A
RGB
CMYK
RGB Variations
Color information
#C2450A (or 0xC2450A) is known color: Rust. HEX triplet: C2, 45 and 0A. RGB value is (194,69,10). Sum of RGB (Red+Green+Blue) = 194+69+10=273 (36% of max value = 765). Red value is 194 (76.17% from 255 or 71.06% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 10 (4.30% from 255 or 3.66% from 273); Max value from RGB is 194 - color contains mainly: red. Hex color #C2450A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C2450A is #3DBAF5. Grayscale: #646464. Windows color (decimal): -4045558 or 673218. OLE color: 673218.
HSL color Cylindrical-coordinate representation of color #C2450A: hue angle of 19.24º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C2450A is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 69 | 10 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.24 |
| HSL | 19.24º | 0.9% | 0.4% | - |
| HSV(B) | 19.24º | 0.95% | 0.76% | - |
| XYZ | 24.43 | 15.75 | 2.04 | - |
| YUV | 99.65 | 77.41 | 195.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 69 | 10 | 0 | 0.64 | 0.95 | 0.24 | 19.24 | 0.9 | 0.4 |
| Hex | C2 | 45 | A | 0 | 40 | 5F | 18 | 13 | 5A | 28 |
| Octal | 302 | 105 | 12 | 0 | 100 | 137 | 30 | 23 | 132 | 50 |
| Binary | 11000010 | 1000101 | 1010 | 0 | 1000000 | 1011111 | 11000 | 10011 | 1011010 | 101000 |
Color Harmonies of #C2450A
Complementary color
Monochromatic Colors of #C2450A
Black with #C2450A
Text Example
Text Example
White with #C2450A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2450A; }
p { color: rgb(194,69,10); }
H1.HeaderClassName
{
color: #C2450A;
}
.AnyTagClassName
{
color: #C2450A;
}
</style>
background-color css
<style>
a { background-color: #C2450A; }
a { background-color: rgb(194,69,10); }
div.DivClassName
{
background-color: #C2450A;
}
.BgClassName
{
background-color: #C2450A;
}
</style>
border-color css
<style>
span { border-color: #C2450A; }
span { border-color: rgb(194,69,10); }
td.TdClassName
{
border-color: #C2450A;
}
.TagClassName
{
border-color: #C2450A;
}
</style>