Shades of Rust #C14A1A
Tints of Rust #C14A1A
RGB
CMYK
RGB Variations
Color information
#C14A1A (or 0xC14A1A) is known color: Rust. HEX triplet: C1, 4A and 1A. RGB value is (193,74,26). Sum of RGB (Red+Green+Blue) = 193+74+26=293 (38% of max value = 765). Red value is 193 (75.78% from 255 or 65.87% from 293); Green value is 74 (29.30% from 255 or 25.26% from 293); Blue value is 26 (10.55% from 255 or 8.87% from 293); Max value from RGB is 193 - color contains mainly: red. Hex color #C14A1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14A1A is #3EB5E5. Grayscale: #686868. Windows color (decimal): -4109798 or 1723073. OLE color: 1723073.
HSL color Cylindrical-coordinate representation of color #C14A1A: hue angle of 17.25º 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 #C14A1A is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 74 | 26 | - |
| CMYK | 0 | 0.62 | 0.87 | 0.24 |
| HSL | 17.25º | 0.76% | 0.43% | - |
| HSV(B) | 17.25º | 0.87% | 0.76% | - |
| XYZ | 24.63 | 16.31 | 2.83 | - |
| YUV | 104.11 | 83.92 | 191.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 74 | 26 | 0 | 0.62 | 0.87 | 0.24 | 17.25 | 0.76 | 0.43 |
| Hex | C1 | 4A | 1A | 0 | 3E | 57 | 18 | 11 | 4C | 2B |
| Octal | 301 | 112 | 32 | 0 | 76 | 127 | 30 | 21 | 114 | 53 |
| Binary | 11000001 | 1001010 | 11010 | 0 | 111110 | 1010111 | 11000 | 10001 | 1001100 | 101011 |
Color Harmonies of #C14A1A
Complementary color
Monochromatic Colors of #C14A1A
Black with #C14A1A
Text Example
Text Example
White with #C14A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14A1A; }
p { color: rgb(193,74,26); }
H1.HeaderClassName
{
color: #C14A1A;
}
.AnyTagClassName
{
color: #C14A1A;
}
</style>
background-color css
<style>
a { background-color: #C14A1A; }
a { background-color: rgb(193,74,26); }
div.DivClassName
{
background-color: #C14A1A;
}
.BgClassName
{
background-color: #C14A1A;
}
</style>
border-color css
<style>
span { border-color: #C14A1A; }
span { border-color: rgb(193,74,26); }
td.TdClassName
{
border-color: #C14A1A;
}
.TagClassName
{
border-color: #C14A1A;
}
</style>