Shades of Rust #C14803
Tints of Rust #C14803
RGB
CMYK
RGB Variations
Color information
#C14803 (or 0xC14803) is known color: Rust. HEX triplet: C1, 48 and 03. RGB value is (193,72,3). Sum of RGB (Red+Green+Blue) = 193+72+3=268 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.01% from 268); Green value is 72 (28.52% from 255 or 26.87% from 268); Blue value is 3 (1.56% from 255 or 1.12% from 268); Max value from RGB is 193 - color contains mainly: red. Hex color #C14803 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14803 is #3EB7FC. Grayscale: #646464. Windows color (decimal): -4110333 or 215233. OLE color: 215233.
HSL color Cylindrical-coordinate representation of color #C14803: hue angle of 21.79º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C14803 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 72 | 3 | - |
| CMYK | 0 | 0.63 | 0.98 | 0.24 |
| HSL | 21.79º | 0.97% | 0.38% | - |
| HSV(B) | 21.79º | 0.98% | 0.76% | - |
| XYZ | 24.33 | 15.98 | 1.89 | - |
| YUV | 100.31 | 73.09 | 194.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 72 | 3 | 0 | 0.63 | 0.98 | 0.24 | 21.79 | 0.97 | 0.38 |
| Hex | C1 | 48 | 3 | 0 | 3F | 62 | 18 | 16 | 61 | 26 |
| Octal | 301 | 110 | 3 | 0 | 77 | 142 | 30 | 26 | 141 | 46 |
| Binary | 11000001 | 1001000 | 11 | 0 | 111111 | 1100010 | 11000 | 10110 | 1100001 | 100110 |
Color Harmonies of #C14803
Complementary color
Monochromatic Colors of #C14803
Black with #C14803
Text Example
Text Example
White with #C14803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14803; }
p { color: rgb(193,72,3); }
H1.HeaderClassName
{
color: #C14803;
}
.AnyTagClassName
{
color: #C14803;
}
</style>
background-color css
<style>
a { background-color: #C14803; }
a { background-color: rgb(193,72,3); }
div.DivClassName
{
background-color: #C14803;
}
.BgClassName
{
background-color: #C14803;
}
</style>
border-color css
<style>
span { border-color: #C14803; }
span { border-color: rgb(193,72,3); }
td.TdClassName
{
border-color: #C14803;
}
.TagClassName
{
border-color: #C14803;
}
</style>