Shades of Rust #C53C02
Tints of Rust #C53C02
RGB
CMYK
RGB Variations
Color information
#C53C02 (or 0xC53C02) is known color: Rust. HEX triplet: C5, 3C and 02. RGB value is (197,60,2). Sum of RGB (Red+Green+Blue) = 197+60+2=259 (34% of max value = 765). Red value is 197 (77.34% from 255 or 76.06% from 259); Green value is 60 (23.83% from 255 or 23.17% from 259); Blue value is 2 (1.17% from 255 or 0.77% from 259); Max value from RGB is 197 - color contains mainly: red. Hex color #C53C02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53C02 is #3AC3FD. Grayscale: #5E5E5E. Windows color (decimal): -3851262 or 146629. OLE color: 146629.
HSL color Cylindrical-coordinate representation of color #C53C02: hue angle of 17.85º degrees, saturation: 0.98, 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 #C53C02 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 60 | 2 | - |
| CMYK | 0 | 0.70 | 0.99 | 0.23 |
| HSL | 17.85º | 0.98% | 0.39% | - |
| HSV(B) | 17.85º | 0.99% | 0.77% | - |
| XYZ | 24.65 | 15.11 | 1.67 | - |
| YUV | 94.35 | 75.89 | 201.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 60 | 2 | 0 | 0.70 | 0.99 | 0.23 | 17.85 | 0.98 | 0.39 |
| Hex | C5 | 3C | 2 | 0 | 46 | 63 | 17 | 12 | 62 | 27 |
| Octal | 305 | 74 | 2 | 0 | 106 | 143 | 27 | 22 | 142 | 47 |
| Binary | 11000101 | 111100 | 10 | 0 | 1000110 | 1100011 | 10111 | 10010 | 1100010 | 100111 |
Color Harmonies of #C53C02
Complementary color
Monochromatic Colors of #C53C02
Black with #C53C02
Text Example
Text Example
White with #C53C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53C02; }
p { color: rgb(197,60,2); }
H1.HeaderClassName
{
color: #C53C02;
}
.AnyTagClassName
{
color: #C53C02;
}
</style>
background-color css
<style>
a { background-color: #C53C02; }
a { background-color: rgb(197,60,2); }
div.DivClassName
{
background-color: #C53C02;
}
.BgClassName
{
background-color: #C53C02;
}
</style>
border-color css
<style>
span { border-color: #C53C02; }
span { border-color: rgb(197,60,2); }
td.TdClassName
{
border-color: #C53C02;
}
.TagClassName
{
border-color: #C53C02;
}
</style>