Shades of Rust #C53F05
Tints of Rust #C53F05
RGB
CMYK
RGB Variations
Color information
#C53F05 (or 0xC53F05) is known color: Rust. HEX triplet: C5, 3F and 05. RGB value is (197,63,5). Sum of RGB (Red+Green+Blue) = 197+63+5=265 (35% of max value = 765). Red value is 197 (77.34% from 255 or 74.34% from 265); Green value is 63 (25% from 255 or 23.77% from 265); Blue value is 5 (2.34% from 255 or 1.89% from 265); Max value from RGB is 197 - color contains mainly: red. Hex color #C53F05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53F05 is #3AC0FA. Grayscale: #606060. Windows color (decimal): -3850491 or 344005. OLE color: 344005.
HSL color Cylindrical-coordinate representation of color #C53F05: hue angle of 18.12º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C53F05 is Cyan = 0, Magento = 0.68, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 63 | 5 | - |
| CMYK | 0 | 0.68 | 0.97 | 0.23 |
| HSL | 18.13º | 0.95% | 0.4% | - |
| HSV(B) | 18.13º | 0.97% | 0.77% | - |
| XYZ | 24.83 | 15.44 | 1.81 | - |
| YUV | 96.45 | 76.39 | 199.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 63 | 5 | 0 | 0.68 | 0.97 | 0.23 | 18.13 | 0.95 | 0.4 |
| Hex | C5 | 3F | 5 | 0 | 44 | 61 | 17 | 12 | 5F | 28 |
| Octal | 305 | 77 | 5 | 0 | 104 | 141 | 27 | 22 | 137 | 50 |
| Binary | 11000101 | 111111 | 101 | 0 | 1000100 | 1100001 | 10111 | 10010 | 1011111 | 101000 |
Color Harmonies of #C53F05
Complementary color
Monochromatic Colors of #C53F05
Black with #C53F05
Text Example
Text Example
White with #C53F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53F05; }
p { color: rgb(197,63,5); }
H1.HeaderClassName
{
color: #C53F05;
}
.AnyTagClassName
{
color: #C53F05;
}
</style>
background-color css
<style>
a { background-color: #C53F05; }
a { background-color: rgb(197,63,5); }
div.DivClassName
{
background-color: #C53F05;
}
.BgClassName
{
background-color: #C53F05;
}
</style>
border-color css
<style>
span { border-color: #C53F05; }
span { border-color: rgb(197,63,5); }
td.TdClassName
{
border-color: #C53F05;
}
.TagClassName
{
border-color: #C53F05;
}
</style>