Shades of Rust #C14B0C
Tints of Rust #C14B0C
RGB
CMYK
RGB Variations
Color information
#C14B0C (or 0xC14B0C) is known color: Rust. HEX triplet: C1, 4B and 0C. RGB value is (193,75,12). Sum of RGB (Red+Green+Blue) = 193+75+12=280 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.93% from 280); Green value is 75 (29.69% from 255 or 26.79% from 280); Blue value is 12 (5.08% from 255 or 4.29% from 280); Max value from RGB is 193 - color contains mainly: red. Hex color #C14B0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14B0C is #3EB4F3. Grayscale: #676767. Windows color (decimal): -4109556 or 805825. OLE color: 805825.
HSL color Cylindrical-coordinate representation of color #C14B0C: hue angle of 20.88º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C14B0C is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 75 | 12 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.24 |
| HSL | 20.88º | 0.88% | 0.4% | - |
| HSV(B) | 20.88º | 0.94% | 0.76% | - |
| XYZ | 24.57 | 16.4 | 2.22 | - |
| YUV | 103.1 | 76.59 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 75 | 12 | 0 | 0.61 | 0.94 | 0.24 | 20.88 | 0.88 | 0.4 |
| Hex | C1 | 4B | C | 0 | 3D | 5E | 18 | 15 | 58 | 28 |
| Octal | 301 | 113 | 14 | 0 | 75 | 136 | 30 | 25 | 130 | 50 |
| Binary | 11000001 | 1001011 | 1100 | 0 | 111101 | 1011110 | 11000 | 10101 | 1011000 | 101000 |
Color Harmonies of #C14B0C
Complementary color
Monochromatic Colors of #C14B0C
Black with #C14B0C
Text Example
Text Example
White with #C14B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14B0C; }
p { color: rgb(193,75,12); }
H1.HeaderClassName
{
color: #C14B0C;
}
.AnyTagClassName
{
color: #C14B0C;
}
</style>
background-color css
<style>
a { background-color: #C14B0C; }
a { background-color: rgb(193,75,12); }
div.DivClassName
{
background-color: #C14B0C;
}
.BgClassName
{
background-color: #C14B0C;
}
</style>
border-color css
<style>
span { border-color: #C14B0C; }
span { border-color: rgb(193,75,12); }
td.TdClassName
{
border-color: #C14B0C;
}
.TagClassName
{
border-color: #C14B0C;
}
</style>