Shades of Rust #C44101
Tints of Rust #C44101
RGB
CMYK
RGB Variations
Color information
#C44101 (or 0xC44101) is known color: Rust. HEX triplet: C4, 41 and 01. RGB value is (196,65,1). Sum of RGB (Red+Green+Blue) = 196+65+1=262 (34% of max value = 765). Red value is 196 (76.95% from 255 or 74.81% from 262); Green value is 65 (25.78% from 255 or 24.81% from 262); Blue value is 1 (0.78% from 255 or 0.38% from 262); Max value from RGB is 196 - color contains mainly: red. Hex color #C44101 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44101 is #3BBEFE. Grayscale: #616161. Windows color (decimal): -3915519 or 82372. OLE color: 82372.
HSL color Cylindrical-coordinate representation of color #C44101: hue angle of 19.69º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C44101 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 65 | 1 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.23 |
| HSL | 19.69º | 0.99% | 0.39% | - |
| HSV(B) | 19.69º | 0.99% | 0.77% | - |
| XYZ | 24.66 | 15.52 | 1.72 | - |
| YUV | 96.87 | 73.9 | 198.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 65 | 1 | 0 | 0.67 | 0.99 | 0.23 | 19.69 | 0.99 | 0.39 |
| Hex | C4 | 41 | 1 | 0 | 43 | 63 | 17 | 14 | 63 | 27 |
| Octal | 304 | 101 | 1 | 0 | 103 | 143 | 27 | 24 | 143 | 47 |
| Binary | 11000100 | 1000001 | 1 | 0 | 1000011 | 1100011 | 10111 | 10100 | 1100011 | 100111 |
Color Harmonies of #C44101
Complementary color
Monochromatic Colors of #C44101
Black with #C44101
Text Example
Text Example
White with #C44101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44101; }
p { color: rgb(196,65,1); }
H1.HeaderClassName
{
color: #C44101;
}
.AnyTagClassName
{
color: #C44101;
}
</style>
background-color css
<style>
a { background-color: #C44101; }
a { background-color: rgb(196,65,1); }
div.DivClassName
{
background-color: #C44101;
}
.BgClassName
{
background-color: #C44101;
}
</style>
border-color css
<style>
span { border-color: #C44101; }
span { border-color: rgb(196,65,1); }
td.TdClassName
{
border-color: #C44101;
}
.TagClassName
{
border-color: #C44101;
}
</style>