Shades of Rust #C14A08
Tints of Rust #C14A08
RGB
CMYK
RGB Variations
Color information
#C14A08 (or 0xC14A08) is known color: Rust. HEX triplet: C1, 4A and 08. RGB value is (193,74,8). Sum of RGB (Red+Green+Blue) = 193+74+8=275 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.18% from 275); Green value is 74 (29.30% from 255 or 26.91% from 275); Blue value is 8 (3.52% from 255 or 2.91% from 275); Max value from RGB is 193 - color contains mainly: red. Hex color #C14A08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14A08 is #3EB5F7. Grayscale: #666666. Windows color (decimal): -4109816 or 543425. OLE color: 543425.
HSL color Cylindrical-coordinate representation of color #C14A08: hue angle of 21.41º 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 #C14A08 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 74 | 8 | - |
| CMYK | 0 | 0.62 | 0.96 | 0.24 |
| HSL | 21.41º | 0.92% | 0.39% | - |
| HSV(B) | 21.41º | 0.96% | 0.76% | - |
| XYZ | 24.48 | 16.25 | 2.08 | - |
| YUV | 102.06 | 74.92 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 74 | 8 | 0 | 0.62 | 0.96 | 0.24 | 21.41 | 0.92 | 0.39 |
| Hex | C1 | 4A | 8 | 0 | 3E | 60 | 18 | 15 | 5C | 27 |
| Octal | 301 | 112 | 10 | 0 | 76 | 140 | 30 | 25 | 134 | 47 |
| Binary | 11000001 | 1001010 | 1000 | 0 | 111110 | 1100000 | 11000 | 10101 | 1011100 | 100111 |
Color Harmonies of #C14A08
Complementary color
Monochromatic Colors of #C14A08
Black with #C14A08
Text Example
Text Example
White with #C14A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14A08; }
p { color: rgb(193,74,8); }
H1.HeaderClassName
{
color: #C14A08;
}
.AnyTagClassName
{
color: #C14A08;
}
</style>
background-color css
<style>
a { background-color: #C14A08; }
a { background-color: rgb(193,74,8); }
div.DivClassName
{
background-color: #C14A08;
}
.BgClassName
{
background-color: #C14A08;
}
</style>
border-color css
<style>
span { border-color: #C14A08; }
span { border-color: rgb(193,74,8); }
td.TdClassName
{
border-color: #C14A08;
}
.TagClassName
{
border-color: #C14A08;
}
</style>