Shades of Rust #C14408
Tints of Rust #C14408
RGB
CMYK
RGB Variations
Color information
#C14408 (or 0xC14408) is known color: Rust. HEX triplet: C1, 44 and 08. RGB value is (193,68,8). Sum of RGB (Red+Green+Blue) = 193+68+8=269 (35% of max value = 765). Red value is 193 (75.78% from 255 or 71.75% from 269); Green value is 68 (26.95% from 255 or 25.28% from 269); Blue value is 8 (3.52% from 255 or 2.97% from 269); Max value from RGB is 193 - color contains mainly: red. Hex color #C14408 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14408 is #3EBBF7. Grayscale: #626262. Windows color (decimal): -4111352 or 541889. OLE color: 541889.
HSL color Cylindrical-coordinate representation of color #C14408: hue angle of 19.46º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C14408 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 68 | 8 | - |
| CMYK | 0 | 0.65 | 0.96 | 0.24 |
| HSL | 19.46º | 0.92% | 0.39% | - |
| HSV(B) | 19.46º | 0.96% | 0.76% | - |
| XYZ | 24.1 | 15.49 | 1.95 | - |
| YUV | 98.54 | 76.91 | 195.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 68 | 8 | 0 | 0.65 | 0.96 | 0.24 | 19.46 | 0.92 | 0.39 |
| Hex | C1 | 44 | 8 | 0 | 41 | 60 | 18 | 13 | 5C | 27 |
| Octal | 301 | 104 | 10 | 0 | 101 | 140 | 30 | 23 | 134 | 47 |
| Binary | 11000001 | 1000100 | 1000 | 0 | 1000001 | 1100000 | 11000 | 10011 | 1011100 | 100111 |
Color Harmonies of #C14408
Complementary color
Monochromatic Colors of #C14408
Black with #C14408
Text Example
Text Example
White with #C14408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14408; }
p { color: rgb(193,68,8); }
H1.HeaderClassName
{
color: #C14408;
}
.AnyTagClassName
{
color: #C14408;
}
</style>
background-color css
<style>
a { background-color: #C14408; }
a { background-color: rgb(193,68,8); }
div.DivClassName
{
background-color: #C14408;
}
.BgClassName
{
background-color: #C14408;
}
</style>
border-color css
<style>
span { border-color: #C14408; }
span { border-color: rgb(193,68,8); }
td.TdClassName
{
border-color: #C14408;
}
.TagClassName
{
border-color: #C14408;
}
</style>