Shades of Rust #C44C0F
Tints of Rust #C44C0F
RGB
CMYK
RGB Variations
Color information
#C44C0F (or 0xC44C0F) is known color: Rust. HEX triplet: C4, 4C and 0F. RGB value is (196,76,15). Sum of RGB (Red+Green+Blue) = 196+76+15=287 (38% of max value = 765). Red value is 196 (76.95% from 255 or 68.29% from 287); Green value is 76 (30.08% from 255 or 26.48% from 287); Blue value is 15 (6.25% from 255 or 5.23% from 287); Max value from RGB is 196 - color contains mainly: red. Hex color #C44C0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44C0F is #3BB3F0. Grayscale: #696969. Windows color (decimal): -3912689 or 1002692. OLE color: 1002692.
HSL color Cylindrical-coordinate representation of color #C44C0F: hue angle of 20.22º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C44C0F is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 76 | 15 | - |
| CMYK | 0 | 0.61 | 0.92 | 0.23 |
| HSL | 20.22º | 0.86% | 0.41% | - |
| HSV(B) | 20.22º | 0.92% | 0.77% | - |
| XYZ | 25.44 | 16.94 | 2.38 | - |
| YUV | 104.93 | 77.26 | 192.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 76 | 15 | 0 | 0.61 | 0.92 | 0.23 | 20.22 | 0.86 | 0.41 |
| Hex | C4 | 4C | F | 0 | 3D | 5C | 17 | 14 | 56 | 29 |
| Octal | 304 | 114 | 17 | 0 | 75 | 134 | 27 | 24 | 126 | 51 |
| Binary | 11000100 | 1001100 | 1111 | 0 | 111101 | 1011100 | 10111 | 10100 | 1010110 | 101001 |
Color Harmonies of #C44C0F
Complementary color
Monochromatic Colors of #C44C0F
Black with #C44C0F
Text Example
Text Example
White with #C44C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44C0F; }
p { color: rgb(196,76,15); }
H1.HeaderClassName
{
color: #C44C0F;
}
.AnyTagClassName
{
color: #C44C0F;
}
</style>
background-color css
<style>
a { background-color: #C44C0F; }
a { background-color: rgb(196,76,15); }
div.DivClassName
{
background-color: #C44C0F;
}
.BgClassName
{
background-color: #C44C0F;
}
</style>
border-color css
<style>
span { border-color: #C44C0F; }
span { border-color: rgb(196,76,15); }
td.TdClassName
{
border-color: #C44C0F;
}
.TagClassName
{
border-color: #C44C0F;
}
</style>