Shades of Rust #C53A01
Tints of Rust #C53A01
RGB
CMYK
RGB Variations
Color information
#C53A01 (or 0xC53A01) is known color: Rust. HEX triplet: C5, 3A and 01. RGB value is (197,58,1). Sum of RGB (Red+Green+Blue) = 197+58+1=256 (33% of max value = 765). Red value is 197 (77.34% from 255 or 76.95% from 256); Green value is 58 (23.05% from 255 or 22.66% from 256); Blue value is 1 (0.78% from 255 or 0.39% from 256); Max value from RGB is 197 - color contains mainly: red. Hex color #C53A01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53A01 is #3AC5FE. Grayscale: #5D5D5D. Windows color (decimal): -3851775 or 80581. OLE color: 80581.
HSL color Cylindrical-coordinate representation of color #C53A01: hue angle of 17.45º 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 #C53A01 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 58 | 1 | - |
| CMYK | 0 | 0.71 | 0.99 | 0.23 |
| HSL | 17.45º | 0.99% | 0.39% | - |
| HSV(B) | 17.45º | 0.99% | 0.77% | - |
| XYZ | 24.54 | 14.9 | 1.61 | - |
| YUV | 93.06 | 76.05 | 202.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 58 | 1 | 0 | 0.71 | 0.99 | 0.23 | 17.45 | 0.99 | 0.39 |
| Hex | C5 | 3A | 1 | 0 | 47 | 63 | 17 | 11 | 63 | 27 |
| Octal | 305 | 72 | 1 | 0 | 107 | 143 | 27 | 21 | 143 | 47 |
| Binary | 11000101 | 111010 | 1 | 0 | 1000111 | 1100011 | 10111 | 10001 | 1100011 | 100111 |
Color Harmonies of #C53A01
Complementary color
Monochromatic Colors of #C53A01
Black with #C53A01
Text Example
Text Example
White with #C53A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53A01; }
p { color: rgb(197,58,1); }
H1.HeaderClassName
{
color: #C53A01;
}
.AnyTagClassName
{
color: #C53A01;
}
</style>
background-color css
<style>
a { background-color: #C53A01; }
a { background-color: rgb(197,58,1); }
div.DivClassName
{
background-color: #C53A01;
}
.BgClassName
{
background-color: #C53A01;
}
</style>
border-color css
<style>
span { border-color: #C53A01; }
span { border-color: rgb(197,58,1); }
td.TdClassName
{
border-color: #C53A01;
}
.TagClassName
{
border-color: #C53A01;
}
</style>