Shades of Rust #C2430A
Tints of Rust #C2430A
RGB
CMYK
RGB Variations
Color information
#C2430A (or 0xC2430A) is known color: Rust. HEX triplet: C2, 43 and 0A. RGB value is (194,67,10). Sum of RGB (Red+Green+Blue) = 194+67+10=271 (35% of max value = 765). Red value is 194 (76.17% from 255 or 71.59% from 271); Green value is 67 (26.56% from 255 or 24.72% from 271); Blue value is 10 (4.30% from 255 or 3.69% from 271); Max value from RGB is 194 - color contains mainly: red. Hex color #C2430A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C2430A is #3DBCF5. Grayscale: #626262. Windows color (decimal): -4046070 or 672706. OLE color: 672706.
HSL color Cylindrical-coordinate representation of color #C2430A: hue angle of 18.59º 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 #C2430A is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 67 | 10 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.24 |
| HSL | 18.59º | 0.9% | 0.4% | - |
| HSV(B) | 18.59º | 0.95% | 0.76% | - |
| XYZ | 24.31 | 15.51 | 2 | - |
| YUV | 98.48 | 78.08 | 196.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 67 | 10 | 0 | 0.65 | 0.95 | 0.24 | 18.59 | 0.9 | 0.4 |
| Hex | C2 | 43 | A | 0 | 41 | 5F | 18 | 13 | 5A | 28 |
| Octal | 302 | 103 | 12 | 0 | 101 | 137 | 30 | 23 | 132 | 50 |
| Binary | 11000010 | 1000011 | 1010 | 0 | 1000001 | 1011111 | 11000 | 10011 | 1011010 | 101000 |
Color Harmonies of #C2430A
Complementary color
Monochromatic Colors of #C2430A
Black with #C2430A
Text Example
Text Example
White with #C2430A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2430A; }
p { color: rgb(194,67,10); }
H1.HeaderClassName
{
color: #C2430A;
}
.AnyTagClassName
{
color: #C2430A;
}
</style>
background-color css
<style>
a { background-color: #C2430A; }
a { background-color: rgb(194,67,10); }
div.DivClassName
{
background-color: #C2430A;
}
.BgClassName
{
background-color: #C2430A;
}
</style>
border-color css
<style>
span { border-color: #C2430A; }
span { border-color: rgb(194,67,10); }
td.TdClassName
{
border-color: #C2430A;
}
.TagClassName
{
border-color: #C2430A;
}
</style>