Shades of Rust #C14306
Tints of Rust #C14306
RGB
CMYK
RGB Variations
Color information
#C14306 (or 0xC14306) is known color: Rust. HEX triplet: C1, 43 and 06. RGB value is (193,67,6). Sum of RGB (Red+Green+Blue) = 193+67+6=266 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.56% from 266); Green value is 67 (26.56% from 255 or 25.19% from 266); Blue value is 6 (2.73% from 255 or 2.26% from 266); Max value from RGB is 193 - color contains mainly: red. Hex color #C14306 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14306 is #3EBCF9. Grayscale: #626262. Windows color (decimal): -4111610 or 410561. OLE color: 410561.
HSL color Cylindrical-coordinate representation of color #C14306: hue angle of 19.57º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C14306 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 67 | 6 | - |
| CMYK | 0 | 0.65 | 0.97 | 0.24 |
| HSL | 19.57º | 0.94% | 0.39% | - |
| HSV(B) | 19.57º | 0.97% | 0.76% | - |
| XYZ | 24.03 | 15.36 | 1.87 | - |
| YUV | 97.72 | 76.24 | 195.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 67 | 6 | 0 | 0.65 | 0.97 | 0.24 | 19.57 | 0.94 | 0.39 |
| Hex | C1 | 43 | 6 | 0 | 41 | 61 | 18 | 14 | 5E | 27 |
| Octal | 301 | 103 | 6 | 0 | 101 | 141 | 30 | 24 | 136 | 47 |
| Binary | 11000001 | 1000011 | 110 | 0 | 1000001 | 1100001 | 11000 | 10100 | 1011110 | 100111 |
Color Harmonies of #C14306
Complementary color
Monochromatic Colors of #C14306
Black with #C14306
Text Example
Text Example
White with #C14306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14306; }
p { color: rgb(193,67,6); }
H1.HeaderClassName
{
color: #C14306;
}
.AnyTagClassName
{
color: #C14306;
}
</style>
background-color css
<style>
a { background-color: #C14306; }
a { background-color: rgb(193,67,6); }
div.DivClassName
{
background-color: #C14306;
}
.BgClassName
{
background-color: #C14306;
}
</style>
border-color css
<style>
span { border-color: #C14306; }
span { border-color: rgb(193,67,6); }
td.TdClassName
{
border-color: #C14306;
}
.TagClassName
{
border-color: #C14306;
}
</style>