Shades of Rust #C44107
Tints of Rust #C44107
RGB
CMYK
RGB Variations
Color information
#C44107 (or 0xC44107) is known color: Rust. HEX triplet: C4, 41 and 07. RGB value is (196,65,7). Sum of RGB (Red+Green+Blue) = 196+65+7=268 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.13% from 268); Green value is 65 (25.78% from 255 or 24.25% from 268); Blue value is 7 (3.12% from 255 or 2.61% from 268); Max value from RGB is 196 - color contains mainly: red. Hex color #C44107 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44107 is #3BBEF8. Grayscale: #616161. Windows color (decimal): -3915513 or 475588. OLE color: 475588.
HSL color Cylindrical-coordinate representation of color #C44107: hue angle of 18.41º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C44107 is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 65 | 7 | - |
| CMYK | 0 | 0.67 | 0.96 | 0.23 |
| HSL | 18.41º | 0.93% | 0.4% | - |
| HSV(B) | 18.41º | 0.96% | 0.77% | - |
| XYZ | 24.69 | 15.53 | 1.9 | - |
| YUV | 97.56 | 76.9 | 198.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 65 | 7 | 0 | 0.67 | 0.96 | 0.23 | 18.41 | 0.93 | 0.4 |
| Hex | C4 | 41 | 7 | 0 | 43 | 60 | 17 | 12 | 5D | 28 |
| Octal | 304 | 101 | 7 | 0 | 103 | 140 | 27 | 22 | 135 | 50 |
| Binary | 11000100 | 1000001 | 111 | 0 | 1000011 | 1100000 | 10111 | 10010 | 1011101 | 101000 |
Color Harmonies of #C44107
Complementary color
Monochromatic Colors of #C44107
Black with #C44107
Text Example
Text Example
White with #C44107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44107; }
p { color: rgb(196,65,7); }
H1.HeaderClassName
{
color: #C44107;
}
.AnyTagClassName
{
color: #C44107;
}
</style>
background-color css
<style>
a { background-color: #C44107; }
a { background-color: rgb(196,65,7); }
div.DivClassName
{
background-color: #C44107;
}
.BgClassName
{
background-color: #C44107;
}
</style>
border-color css
<style>
span { border-color: #C44107; }
span { border-color: rgb(196,65,7); }
td.TdClassName
{
border-color: #C44107;
}
.TagClassName
{
border-color: #C44107;
}
</style>