Shades of Rust #C14318
Tints of Rust #C14318
RGB
CMYK
RGB Variations
Color information
#C14318 (or 0xC14318) is known color: Rust. HEX triplet: C1, 43 and 18. RGB value is (193,67,24). Sum of RGB (Red+Green+Blue) = 193+67+24=284 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.96% from 284); Green value is 67 (26.56% from 255 or 23.59% from 284); Blue value is 24 (9.77% from 255 or 8.45% from 284); Max value from RGB is 193 - color contains mainly: red. Hex color #C14318 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14318 is #3EBCE7. Grayscale: #646464. Windows color (decimal): -4111592 or 1590209. OLE color: 1590209.
HSL color Cylindrical-coordinate representation of color #C14318: hue angle of 15.27º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C14318 is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 67 | 24 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.24 |
| HSL | 15.27º | 0.78% | 0.43% | - |
| HSV(B) | 15.27º | 0.88% | 0.76% | - |
| XYZ | 24.16 | 15.42 | 2.57 | - |
| YUV | 99.77 | 85.24 | 194.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 67 | 24 | 0 | 0.65 | 0.88 | 0.24 | 15.27 | 0.78 | 0.43 |
| Hex | C1 | 43 | 18 | 0 | 41 | 58 | 18 | F | 4E | 2B |
| Octal | 301 | 103 | 30 | 0 | 101 | 130 | 30 | 17 | 116 | 53 |
| Binary | 11000001 | 1000011 | 11000 | 0 | 1000001 | 1011000 | 11000 | 1111 | 1001110 | 101011 |
Color Harmonies of #C14318
Complementary color
Monochromatic Colors of #C14318
Black with #C14318
Text Example
Text Example
White with #C14318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14318; }
p { color: rgb(193,67,24); }
H1.HeaderClassName
{
color: #C14318;
}
.AnyTagClassName
{
color: #C14318;
}
</style>
background-color css
<style>
a { background-color: #C14318; }
a { background-color: rgb(193,67,24); }
div.DivClassName
{
background-color: #C14318;
}
.BgClassName
{
background-color: #C14318;
}
</style>
border-color css
<style>
span { border-color: #C14318; }
span { border-color: rgb(193,67,24); }
td.TdClassName
{
border-color: #C14318;
}
.TagClassName
{
border-color: #C14318;
}
</style>