Shades of Rust #C53901
Tints of Rust #C53901
RGB
CMYK
RGB Variations
Color information
#C53901 (or 0xC53901) is known color: Rust. HEX triplet: C5, 39 and 01. RGB value is (197,57,1). Sum of RGB (Red+Green+Blue) = 197+57+1=255 (33% of max value = 765). Red value is 197 (77.34% from 255 or 77.25% from 255); Green value is 57 (22.66% from 255 or 22.35% from 255); Blue value is 1 (0.78% from 255 or 0.39% from 255); Max value from RGB is 197 - color contains mainly: red. Hex color #C53901 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53901 is #3AC6FE. Grayscale: #5C5C5C. Windows color (decimal): -3852031 or 80325. OLE color: 80325.
HSL color Cylindrical-coordinate representation of color #C53901: hue angle of 17.14º 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 #C53901 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 57 | 1 | - |
| CMYK | 0 | 0.71 | 0.99 | 0.23 |
| HSL | 17.14º | 0.99% | 0.39% | - |
| HSV(B) | 17.14º | 0.99% | 0.77% | - |
| XYZ | 24.49 | 14.8 | 1.59 | - |
| YUV | 92.48 | 76.38 | 202.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 57 | 1 | 0 | 0.71 | 0.99 | 0.23 | 17.14 | 0.99 | 0.39 |
| Hex | C5 | 39 | 1 | 0 | 47 | 63 | 17 | 11 | 63 | 27 |
| Octal | 305 | 71 | 1 | 0 | 107 | 143 | 27 | 21 | 143 | 47 |
| Binary | 11000101 | 111001 | 1 | 0 | 1000111 | 1100011 | 10111 | 10001 | 1100011 | 100111 |
Color Harmonies of #C53901
Complementary color
Monochromatic Colors of #C53901
Black with #C53901
Text Example
Text Example
White with #C53901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53901; }
p { color: rgb(197,57,1); }
H1.HeaderClassName
{
color: #C53901;
}
.AnyTagClassName
{
color: #C53901;
}
</style>
background-color css
<style>
a { background-color: #C53901; }
a { background-color: rgb(197,57,1); }
div.DivClassName
{
background-color: #C53901;
}
.BgClassName
{
background-color: #C53901;
}
</style>
border-color css
<style>
span { border-color: #C53901; }
span { border-color: rgb(197,57,1); }
td.TdClassName
{
border-color: #C53901;
}
.TagClassName
{
border-color: #C53901;
}
</style>