Shades of Rust #C44A09
Tints of Rust #C44A09
RGB
CMYK
RGB Variations
Color information
#C44A09 (or 0xC44A09) is known color: Rust. HEX triplet: C4, 4A and 09. RGB value is (196,74,9). Sum of RGB (Red+Green+Blue) = 196+74+9=279 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.25% from 279); Green value is 74 (29.30% from 255 or 26.52% from 279); Blue value is 9 (3.91% from 255 or 3.23% from 279); Max value from RGB is 196 - color contains mainly: red. Hex color #C44A09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44A09 is #3BB5F6. Grayscale: #676767. Windows color (decimal): -3913207 or 608964. OLE color: 608964.
HSL color Cylindrical-coordinate representation of color #C44A09: hue angle of 20.86º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C44A09 is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 74 | 9 | - |
| CMYK | 0 | 0.62 | 0.95 | 0.23 |
| HSL | 20.86º | 0.91% | 0.4% | - |
| HSV(B) | 20.86º | 0.95% | 0.77% | - |
| XYZ | 25.26 | 16.65 | 2.14 | - |
| YUV | 103.07 | 74.92 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 74 | 9 | 0 | 0.62 | 0.95 | 0.23 | 20.86 | 0.91 | 0.4 |
| Hex | C4 | 4A | 9 | 0 | 3E | 5F | 17 | 15 | 5B | 28 |
| Octal | 304 | 112 | 11 | 0 | 76 | 137 | 27 | 25 | 133 | 50 |
| Binary | 11000100 | 1001010 | 1001 | 0 | 111110 | 1011111 | 10111 | 10101 | 1011011 | 101000 |
Color Harmonies of #C44A09
Complementary color
Monochromatic Colors of #C44A09
Black with #C44A09
Text Example
Text Example
White with #C44A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44A09; }
p { color: rgb(196,74,9); }
H1.HeaderClassName
{
color: #C44A09;
}
.AnyTagClassName
{
color: #C44A09;
}
</style>
background-color css
<style>
a { background-color: #C44A09; }
a { background-color: rgb(196,74,9); }
div.DivClassName
{
background-color: #C44A09;
}
.BgClassName
{
background-color: #C44A09;
}
</style>
border-color css
<style>
span { border-color: #C44A09; }
span { border-color: rgb(196,74,9); }
td.TdClassName
{
border-color: #C44A09;
}
.TagClassName
{
border-color: #C44A09;
}
</style>