Shades of Rust #C53C03
Tints of Rust #C53C03
RGB
CMYK
RGB Variations
Color information
#C53C03 (or 0xC53C03) is known color: Rust. HEX triplet: C5, 3C and 03. RGB value is (197,60,3). Sum of RGB (Red+Green+Blue) = 197+60+3=260 (34% of max value = 765). Red value is 197 (77.34% from 255 or 75.77% from 260); Green value is 60 (23.83% from 255 or 23.08% from 260); Blue value is 3 (1.56% from 255 or 1.15% from 260); Max value from RGB is 197 - color contains mainly: red. Hex color #C53C03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53C03 is #3AC3FC. Grayscale: #5E5E5E. Windows color (decimal): -3851261 or 212165. OLE color: 212165.
HSL color Cylindrical-coordinate representation of color #C53C03: hue angle of 17.63º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C53C03 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 60 | 3 | - |
| CMYK | 0 | 0.70 | 0.98 | 0.23 |
| HSL | 17.63º | 0.97% | 0.39% | - |
| HSV(B) | 17.63º | 0.98% | 0.77% | - |
| XYZ | 24.66 | 15.11 | 1.7 | - |
| YUV | 94.47 | 76.39 | 201.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 60 | 3 | 0 | 0.70 | 0.98 | 0.23 | 17.63 | 0.97 | 0.39 |
| Hex | C5 | 3C | 3 | 0 | 46 | 62 | 17 | 12 | 61 | 27 |
| Octal | 305 | 74 | 3 | 0 | 106 | 142 | 27 | 22 | 141 | 47 |
| Binary | 11000101 | 111100 | 11 | 0 | 1000110 | 1100010 | 10111 | 10010 | 1100001 | 100111 |
Color Harmonies of #C53C03
Complementary color
Monochromatic Colors of #C53C03
Black with #C53C03
Text Example
Text Example
White with #C53C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53C03; }
p { color: rgb(197,60,3); }
H1.HeaderClassName
{
color: #C53C03;
}
.AnyTagClassName
{
color: #C53C03;
}
</style>
background-color css
<style>
a { background-color: #C53C03; }
a { background-color: rgb(197,60,3); }
div.DivClassName
{
background-color: #C53C03;
}
.BgClassName
{
background-color: #C53C03;
}
</style>
border-color css
<style>
span { border-color: #C53C03; }
span { border-color: rgb(197,60,3); }
td.TdClassName
{
border-color: #C53C03;
}
.TagClassName
{
border-color: #C53C03;
}
</style>