Shades of Rust #C44A0F
Tints of Rust #C44A0F
RGB
CMYK
RGB Variations
Color information
#C44A0F (or 0xC44A0F) is known color: Rust. HEX triplet: C4, 4A and 0F. RGB value is (196,74,15). Sum of RGB (Red+Green+Blue) = 196+74+15=285 (37% of max value = 765). Red value is 196 (76.95% from 255 or 68.77% from 285); Green value is 74 (29.30% from 255 or 25.96% from 285); Blue value is 15 (6.25% from 255 or 5.26% from 285); Max value from RGB is 196 - color contains mainly: red. Hex color #C44A0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44A0F is #3BB5F0. Grayscale: #686868. Windows color (decimal): -3913201 or 1002180. OLE color: 1002180.
HSL color Cylindrical-coordinate representation of color #C44A0F: hue angle of 19.56º 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 #C44A0F is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 74 | 15 | - |
| CMYK | 0 | 0.62 | 0.92 | 0.23 |
| HSL | 19.56º | 0.86% | 0.41% | - |
| HSV(B) | 19.56º | 0.92% | 0.77% | - |
| XYZ | 25.3 | 16.67 | 2.34 | - |
| YUV | 103.75 | 77.92 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 74 | 15 | 0 | 0.62 | 0.92 | 0.23 | 19.56 | 0.86 | 0.41 |
| Hex | C4 | 4A | F | 0 | 3E | 5C | 17 | 14 | 56 | 29 |
| Octal | 304 | 112 | 17 | 0 | 76 | 134 | 27 | 24 | 126 | 51 |
| Binary | 11000100 | 1001010 | 1111 | 0 | 111110 | 1011100 | 10111 | 10100 | 1010110 | 101001 |
Color Harmonies of #C44A0F
Complementary color
Monochromatic Colors of #C44A0F
Black with #C44A0F
Text Example
Text Example
White with #C44A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44A0F; }
p { color: rgb(196,74,15); }
H1.HeaderClassName
{
color: #C44A0F;
}
.AnyTagClassName
{
color: #C44A0F;
}
</style>
background-color css
<style>
a { background-color: #C44A0F; }
a { background-color: rgb(196,74,15); }
div.DivClassName
{
background-color: #C44A0F;
}
.BgClassName
{
background-color: #C44A0F;
}
</style>
border-color css
<style>
span { border-color: #C44A0F; }
span { border-color: rgb(196,74,15); }
td.TdClassName
{
border-color: #C44A0F;
}
.TagClassName
{
border-color: #C44A0F;
}
</style>