Shades of Rust #C1431A
Tints of Rust #C1431A
RGB
CMYK
RGB Variations
Color information
#C1431A (or 0xC1431A) is known color: Rust. HEX triplet: C1, 43 and 1A. RGB value is (193,67,26). Sum of RGB (Red+Green+Blue) = 193+67+26=286 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.48% from 286); Green value is 67 (26.56% from 255 or 23.43% from 286); Blue value is 26 (10.55% from 255 or 9.09% from 286); Max value from RGB is 193 - color contains mainly: red. Hex color #C1431A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1431A is #3EBCE5. Grayscale: #646464. Windows color (decimal): -4111590 or 1721281. OLE color: 1721281.
HSL color Cylindrical-coordinate representation of color #C1431A: hue angle of 14.73º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C1431A is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 67 | 26 | - |
| CMYK | 0 | 0.65 | 0.87 | 0.24 |
| HSL | 14.73º | 0.76% | 0.43% | - |
| HSV(B) | 14.73º | 0.87% | 0.76% | - |
| XYZ | 24.19 | 15.43 | 2.68 | - |
| YUV | 100 | 86.24 | 194.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 67 | 26 | 0 | 0.65 | 0.87 | 0.24 | 14.73 | 0.76 | 0.43 |
| Hex | C1 | 43 | 1A | 0 | 41 | 57 | 18 | F | 4C | 2B |
| Octal | 301 | 103 | 32 | 0 | 101 | 127 | 30 | 17 | 114 | 53 |
| Binary | 11000001 | 1000011 | 11010 | 0 | 1000001 | 1010111 | 11000 | 1111 | 1001100 | 101011 |
Color Harmonies of #C1431A
Complementary color
Monochromatic Colors of #C1431A
Black with #C1431A
Text Example
Text Example
White with #C1431A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1431A; }
p { color: rgb(193,67,26); }
H1.HeaderClassName
{
color: #C1431A;
}
.AnyTagClassName
{
color: #C1431A;
}
</style>
background-color css
<style>
a { background-color: #C1431A; }
a { background-color: rgb(193,67,26); }
div.DivClassName
{
background-color: #C1431A;
}
.BgClassName
{
background-color: #C1431A;
}
</style>
border-color css
<style>
span { border-color: #C1431A; }
span { border-color: rgb(193,67,26); }
td.TdClassName
{
border-color: #C1431A;
}
.TagClassName
{
border-color: #C1431A;
}
</style>