Shades of Rust #C53F0A
Tints of Rust #C53F0A
RGB
CMYK
RGB Variations
Color information
#C53F0A (or 0xC53F0A) is known color: Rust. HEX triplet: C5, 3F and 0A. RGB value is (197,63,10). Sum of RGB (Red+Green+Blue) = 197+63+10=270 (35% of max value = 765). Red value is 197 (77.34% from 255 or 72.96% from 270); Green value is 63 (25% from 255 or 23.33% from 270); Blue value is 10 (4.30% from 255 or 3.70% from 270); Max value from RGB is 197 - color contains mainly: red. Hex color #C53F0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53F0A is #3AC0F5. Grayscale: #616161. Windows color (decimal): -3850486 or 671685. OLE color: 671685.
HSL color Cylindrical-coordinate representation of color #C53F0A: hue angle of 17.01º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C53F0A is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 63 | 10 | - |
| CMYK | 0 | 0.68 | 0.95 | 0.23 |
| HSL | 17.01º | 0.9% | 0.41% | - |
| HSV(B) | 17.01º | 0.95% | 0.77% | - |
| XYZ | 24.86 | 15.45 | 1.96 | - |
| YUV | 97.02 | 78.89 | 199.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 63 | 10 | 0 | 0.68 | 0.95 | 0.23 | 17.01 | 0.9 | 0.41 |
| Hex | C5 | 3F | A | 0 | 44 | 5F | 17 | 11 | 5A | 29 |
| Octal | 305 | 77 | 12 | 0 | 104 | 137 | 27 | 21 | 132 | 51 |
| Binary | 11000101 | 111111 | 1010 | 0 | 1000100 | 1011111 | 10111 | 10001 | 1011010 | 101001 |
Color Harmonies of #C53F0A
Complementary color
Monochromatic Colors of #C53F0A
Black with #C53F0A
Text Example
Text Example
White with #C53F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53F0A; }
p { color: rgb(197,63,10); }
H1.HeaderClassName
{
color: #C53F0A;
}
.AnyTagClassName
{
color: #C53F0A;
}
</style>
background-color css
<style>
a { background-color: #C53F0A; }
a { background-color: rgb(197,63,10); }
div.DivClassName
{
background-color: #C53F0A;
}
.BgClassName
{
background-color: #C53F0A;
}
</style>
border-color css
<style>
span { border-color: #C53F0A; }
span { border-color: rgb(197,63,10); }
td.TdClassName
{
border-color: #C53F0A;
}
.TagClassName
{
border-color: #C53F0A;
}
</style>