Shades of Rust #C44314
Tints of Rust #C44314
RGB
CMYK
RGB Variations
Color information
#C44314 (or 0xC44314) is known color: Rust. HEX triplet: C4, 43 and 14. RGB value is (196,67,20). Sum of RGB (Red+Green+Blue) = 196+67+20=283 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.26% from 283); Green value is 67 (26.56% from 255 or 23.67% from 283); Blue value is 20 (8.20% from 255 or 7.07% from 283); Max value from RGB is 196 - color contains mainly: red. Hex color #C44314 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44314 is #3BBCEB. Grayscale: #646464. Windows color (decimal): -3914988 or 1328068. OLE color: 1328068.
HSL color Cylindrical-coordinate representation of color #C44314: hue angle of 16.02º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C44314 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 67 | 20 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.23 |
| HSL | 16.02º | 0.81% | 0.42% | - |
| HSV(B) | 16.02º | 0.9% | 0.77% | - |
| XYZ | 24.9 | 15.8 | 2.4 | - |
| YUV | 100.21 | 82.74 | 196.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 67 | 20 | 0 | 0.66 | 0.90 | 0.23 | 16.02 | 0.81 | 0.42 |
| Hex | C4 | 43 | 14 | 0 | 42 | 5A | 17 | 10 | 51 | 2A |
| Octal | 304 | 103 | 24 | 0 | 102 | 132 | 27 | 20 | 121 | 52 |
| Binary | 11000100 | 1000011 | 10100 | 0 | 1000010 | 1011010 | 10111 | 10000 | 1010001 | 101010 |
Color Harmonies of #C44314
Complementary color
Monochromatic Colors of #C44314
Black with #C44314
Text Example
Text Example
White with #C44314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44314; }
p { color: rgb(196,67,20); }
H1.HeaderClassName
{
color: #C44314;
}
.AnyTagClassName
{
color: #C44314;
}
</style>
background-color css
<style>
a { background-color: #C44314; }
a { background-color: rgb(196,67,20); }
div.DivClassName
{
background-color: #C44314;
}
.BgClassName
{
background-color: #C44314;
}
</style>
border-color css
<style>
span { border-color: #C44314; }
span { border-color: rgb(196,67,20); }
td.TdClassName
{
border-color: #C44314;
}
.TagClassName
{
border-color: #C44314;
}
</style>