Shades of Rust #C1430A
Tints of Rust #C1430A
RGB
CMYK
RGB Variations
Color information
#C1430A (or 0xC1430A) is known color: Rust. HEX triplet: C1, 43 and 0A. RGB value is (193,67,10). Sum of RGB (Red+Green+Blue) = 193+67+10=270 (35% of max value = 765). Red value is 193 (75.78% from 255 or 71.48% from 270); Green value is 67 (26.56% from 255 or 24.81% from 270); Blue value is 10 (4.30% from 255 or 3.70% from 270); Max value from RGB is 193 - color contains mainly: red. Hex color #C1430A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C1430A is #3EBCF5. Grayscale: #626262. Windows color (decimal): -4111606 or 672705. OLE color: 672705.
HSL color Cylindrical-coordinate representation of color #C1430A: hue angle of 18.69º 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 #C1430A is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 67 | 10 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.24 |
| HSL | 18.69º | 0.9% | 0.4% | - |
| HSV(B) | 18.69º | 0.95% | 0.76% | - |
| XYZ | 24.05 | 15.37 | 1.99 | - |
| YUV | 98.18 | 78.24 | 195.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 67 | 10 | 0 | 0.65 | 0.95 | 0.24 | 18.69 | 0.9 | 0.4 |
| Hex | C1 | 43 | A | 0 | 41 | 5F | 18 | 13 | 5A | 28 |
| Octal | 301 | 103 | 12 | 0 | 101 | 137 | 30 | 23 | 132 | 50 |
| Binary | 11000001 | 1000011 | 1010 | 0 | 1000001 | 1011111 | 11000 | 10011 | 1011010 | 101000 |
Color Harmonies of #C1430A
Complementary color
Monochromatic Colors of #C1430A
Black with #C1430A
Text Example
Text Example
White with #C1430A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1430A; }
p { color: rgb(193,67,10); }
H1.HeaderClassName
{
color: #C1430A;
}
.AnyTagClassName
{
color: #C1430A;
}
</style>
background-color css
<style>
a { background-color: #C1430A; }
a { background-color: rgb(193,67,10); }
div.DivClassName
{
background-color: #C1430A;
}
.BgClassName
{
background-color: #C1430A;
}
</style>
border-color css
<style>
span { border-color: #C1430A; }
span { border-color: rgb(193,67,10); }
td.TdClassName
{
border-color: #C1430A;
}
.TagClassName
{
border-color: #C1430A;
}
</style>