Shades of Rust #C2450D
Tints of Rust #C2450D
RGB
CMYK
RGB Variations
Color information
#C2450D (or 0xC2450D) is known color: Rust. HEX triplet: C2, 45 and 0D. RGB value is (194,69,13). Sum of RGB (Red+Green+Blue) = 194+69+13=276 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.29% from 276); Green value is 69 (27.34% from 255 or 25% from 276); Blue value is 13 (5.47% from 255 or 4.71% from 276); Max value from RGB is 194 - color contains mainly: red. Hex color #C2450D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C2450D is #3DBAF2. Grayscale: #646464. Windows color (decimal): -4045555 or 869826. OLE color: 869826.
HSL color Cylindrical-coordinate representation of color #C2450D: hue angle of 18.56º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C2450D is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 69 | 13 | - |
| CMYK | 0 | 0.64 | 0.93 | 0.24 |
| HSL | 18.56º | 0.87% | 0.41% | - |
| HSV(B) | 18.56º | 0.93% | 0.76% | - |
| XYZ | 24.45 | 15.75 | 2.13 | - |
| YUV | 99.99 | 78.91 | 195.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 69 | 13 | 0 | 0.64 | 0.93 | 0.24 | 18.56 | 0.87 | 0.41 |
| Hex | C2 | 45 | D | 0 | 40 | 5D | 18 | 13 | 57 | 29 |
| Octal | 302 | 105 | 15 | 0 | 100 | 135 | 30 | 23 | 127 | 51 |
| Binary | 11000010 | 1000101 | 1101 | 0 | 1000000 | 1011101 | 11000 | 10011 | 1010111 | 101001 |
Color Harmonies of #C2450D
Complementary color
Monochromatic Colors of #C2450D
Black with #C2450D
Text Example
Text Example
White with #C2450D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2450D; }
p { color: rgb(194,69,13); }
H1.HeaderClassName
{
color: #C2450D;
}
.AnyTagClassName
{
color: #C2450D;
}
</style>
background-color css
<style>
a { background-color: #C2450D; }
a { background-color: rgb(194,69,13); }
div.DivClassName
{
background-color: #C2450D;
}
.BgClassName
{
background-color: #C2450D;
}
</style>
border-color css
<style>
span { border-color: #C2450D; }
span { border-color: rgb(194,69,13); }
td.TdClassName
{
border-color: #C2450D;
}
.TagClassName
{
border-color: #C2450D;
}
</style>