Shades of Rust #C44915
Tints of Rust #C44915
RGB
CMYK
RGB Variations
Color information
#C44915 (or 0xC44915) is known color: Rust. HEX triplet: C4, 49 and 15. RGB value is (196,73,21). Sum of RGB (Red+Green+Blue) = 196+73+21=290 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.59% from 290); Green value is 73 (28.91% from 255 or 25.17% from 290); Blue value is 21 (8.59% from 255 or 7.24% from 290); Max value from RGB is 196 - color contains mainly: red. Hex color #C44915 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44915 is #3BB6EA. Grayscale: #686868. Windows color (decimal): -3913451 or 1395140. OLE color: 1395140.
HSL color Cylindrical-coordinate representation of color #C44915: hue angle of 17.83º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C44915 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 73 | 21 | - |
| CMYK | 0 | 0.63 | 0.89 | 0.23 |
| HSL | 17.83º | 0.81% | 0.43% | - |
| HSV(B) | 17.83º | 0.89% | 0.77% | - |
| XYZ | 25.28 | 16.55 | 2.57 | - |
| YUV | 103.85 | 81.25 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 73 | 21 | 0 | 0.63 | 0.89 | 0.23 | 17.83 | 0.81 | 0.43 |
| Hex | C4 | 49 | 15 | 0 | 3F | 59 | 17 | 12 | 51 | 2B |
| Octal | 304 | 111 | 25 | 0 | 77 | 131 | 27 | 22 | 121 | 53 |
| Binary | 11000100 | 1001001 | 10101 | 0 | 111111 | 1011001 | 10111 | 10010 | 1010001 | 101011 |
Color Harmonies of #C44915
Complementary color
Monochromatic Colors of #C44915
Black with #C44915
Text Example
Text Example
White with #C44915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44915; }
p { color: rgb(196,73,21); }
H1.HeaderClassName
{
color: #C44915;
}
.AnyTagClassName
{
color: #C44915;
}
</style>
background-color css
<style>
a { background-color: #C44915; }
a { background-color: rgb(196,73,21); }
div.DivClassName
{
background-color: #C44915;
}
.BgClassName
{
background-color: #C44915;
}
</style>
border-color css
<style>
span { border-color: #C44915; }
span { border-color: rgb(196,73,21); }
td.TdClassName
{
border-color: #C44915;
}
.TagClassName
{
border-color: #C44915;
}
</style>