Shades of Rust #C1440F
Tints of Rust #C1440F
RGB
CMYK
RGB Variations
Color information
#C1440F (or 0xC1440F) is known color: Rust. HEX triplet: C1, 44 and 0F. RGB value is (193,68,15). Sum of RGB (Red+Green+Blue) = 193+68+15=276 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.93% from 276); Green value is 68 (26.95% from 255 or 24.64% from 276); Blue value is 15 (6.25% from 255 or 5.43% from 276); Max value from RGB is 193 - color contains mainly: red. Hex color #C1440F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C1440F is #3EBBF0. Grayscale: #636363. Windows color (decimal): -4111345 or 1000641. OLE color: 1000641.
HSL color Cylindrical-coordinate representation of color #C1440F: hue angle of 17.87º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C1440F is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 68 | 15 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.24 |
| HSL | 17.87º | 0.86% | 0.41% | - |
| HSV(B) | 17.87º | 0.92% | 0.76% | - |
| XYZ | 24.15 | 15.51 | 2.17 | - |
| YUV | 99.33 | 80.41 | 194.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 68 | 15 | 0 | 0.65 | 0.92 | 0.24 | 17.87 | 0.86 | 0.41 |
| Hex | C1 | 44 | F | 0 | 41 | 5C | 18 | 12 | 56 | 29 |
| Octal | 301 | 104 | 17 | 0 | 101 | 134 | 30 | 22 | 126 | 51 |
| Binary | 11000001 | 1000100 | 1111 | 0 | 1000001 | 1011100 | 11000 | 10010 | 1010110 | 101001 |
Color Harmonies of #C1440F
Complementary color
Monochromatic Colors of #C1440F
Black with #C1440F
Text Example
Text Example
White with #C1440F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1440F; }
p { color: rgb(193,68,15); }
H1.HeaderClassName
{
color: #C1440F;
}
.AnyTagClassName
{
color: #C1440F;
}
</style>
background-color css
<style>
a { background-color: #C1440F; }
a { background-color: rgb(193,68,15); }
div.DivClassName
{
background-color: #C1440F;
}
.BgClassName
{
background-color: #C1440F;
}
</style>
border-color css
<style>
span { border-color: #C1440F; }
span { border-color: rgb(193,68,15); }
td.TdClassName
{
border-color: #C1440F;
}
.TagClassName
{
border-color: #C1440F;
}
</style>