Shades of Rust #C54401
Tints of Rust #C54401
RGB
CMYK
RGB Variations
Color information
#C54401 (or 0xC54401) is known color: Rust. HEX triplet: C5, 44 and 01. RGB value is (197,68,1). Sum of RGB (Red+Green+Blue) = 197+68+1=266 (35% of max value = 765). Red value is 197 (77.34% from 255 or 74.06% from 266); Green value is 68 (26.95% from 255 or 25.56% from 266); Blue value is 1 (0.78% from 255 or 0.38% from 266); Max value from RGB is 197 - color contains mainly: red. Hex color #C54401 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54401 is #3ABBFE. Grayscale: #636363. Windows color (decimal): -3849215 or 83141. OLE color: 83141.
HSL color Cylindrical-coordinate representation of color #C54401: hue angle of 20.51º 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 #C54401 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 68 | 1 | - |
| CMYK | 0 | 0.65 | 0.99 | 0.23 |
| HSL | 20.51º | 0.99% | 0.39% | - |
| HSV(B) | 20.51º | 0.99% | 0.77% | - |
| XYZ | 25.1 | 16.01 | 1.8 | - |
| YUV | 98.93 | 72.74 | 197.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 68 | 1 | 0 | 0.65 | 0.99 | 0.23 | 20.51 | 0.99 | 0.39 |
| Hex | C5 | 44 | 1 | 0 | 41 | 63 | 17 | 15 | 63 | 27 |
| Octal | 305 | 104 | 1 | 0 | 101 | 143 | 27 | 25 | 143 | 47 |
| Binary | 11000101 | 1000100 | 1 | 0 | 1000001 | 1100011 | 10111 | 10101 | 1100011 | 100111 |
Color Harmonies of #C54401
Complementary color
Monochromatic Colors of #C54401
Black with #C54401
Text Example
Text Example
White with #C54401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54401; }
p { color: rgb(197,68,1); }
H1.HeaderClassName
{
color: #C54401;
}
.AnyTagClassName
{
color: #C54401;
}
</style>
background-color css
<style>
a { background-color: #C54401; }
a { background-color: rgb(197,68,1); }
div.DivClassName
{
background-color: #C54401;
}
.BgClassName
{
background-color: #C54401;
}
</style>
border-color css
<style>
span { border-color: #C54401; }
span { border-color: rgb(197,68,1); }
td.TdClassName
{
border-color: #C54401;
}
.TagClassName
{
border-color: #C54401;
}
</style>