Shades of Rust #C44401
Tints of Rust #C44401
RGB
CMYK
RGB Variations
Color information
#C44401 (or 0xC44401) is known color: Rust. HEX triplet: C4, 44 and 01. RGB value is (196,68,1). Sum of RGB (Red+Green+Blue) = 196+68+1=265 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.96% from 265); Green value is 68 (26.95% from 255 or 25.66% from 265); Blue value is 1 (0.78% from 255 or 0.38% from 265); Max value from RGB is 196 - color contains mainly: red. Hex color #C44401 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44401 is #3BBBFE. Grayscale: #636363. Windows color (decimal): -3914751 or 83140. OLE color: 83140.
HSL color Cylindrical-coordinate representation of color #C44401: hue angle of 20.62º 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 #C44401 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 68 | 1 | - |
| CMYK | 0 | 0.65 | 0.99 | 0.23 |
| HSL | 20.62º | 0.99% | 0.39% | - |
| HSV(B) | 20.62º | 0.99% | 0.77% | - |
| XYZ | 24.84 | 15.87 | 1.78 | - |
| YUV | 98.63 | 72.91 | 197.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 68 | 1 | 0 | 0.65 | 0.99 | 0.23 | 20.62 | 0.99 | 0.39 |
| Hex | C4 | 44 | 1 | 0 | 41 | 63 | 17 | 15 | 63 | 27 |
| Octal | 304 | 104 | 1 | 0 | 101 | 143 | 27 | 25 | 143 | 47 |
| Binary | 11000100 | 1000100 | 1 | 0 | 1000001 | 1100011 | 10111 | 10101 | 1100011 | 100111 |
Color Harmonies of #C44401
Complementary color
Monochromatic Colors of #C44401
Black with #C44401
Text Example
Text Example
White with #C44401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44401; }
p { color: rgb(196,68,1); }
H1.HeaderClassName
{
color: #C44401;
}
.AnyTagClassName
{
color: #C44401;
}
</style>
background-color css
<style>
a { background-color: #C44401; }
a { background-color: rgb(196,68,1); }
div.DivClassName
{
background-color: #C44401;
}
.BgClassName
{
background-color: #C44401;
}
</style>
border-color css
<style>
span { border-color: #C44401; }
span { border-color: rgb(196,68,1); }
td.TdClassName
{
border-color: #C44401;
}
.TagClassName
{
border-color: #C44401;
}
</style>