Shades of Rust #C53A03
Tints of Rust #C53A03
RGB
CMYK
RGB Variations
Color information
#C53A03 (or 0xC53A03) is known color: Rust. HEX triplet: C5, 3A and 03. RGB value is (197,58,3). Sum of RGB (Red+Green+Blue) = 197+58+3=258 (34% of max value = 765). Red value is 197 (77.34% from 255 or 76.36% from 258); Green value is 58 (23.05% from 255 or 22.48% from 258); Blue value is 3 (1.56% from 255 or 1.16% from 258); Max value from RGB is 197 - color contains mainly: red. Hex color #C53A03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53A03 is #3AC5FC. Grayscale: #5D5D5D. Windows color (decimal): -3851773 or 211653. OLE color: 211653.
HSL color Cylindrical-coordinate representation of color #C53A03: hue angle of 17.01º 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 #C53A03 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 58 | 3 | - |
| CMYK | 0 | 0.71 | 0.98 | 0.23 |
| HSL | 17.01º | 0.97% | 0.39% | - |
| HSV(B) | 17.01º | 0.98% | 0.77% | - |
| XYZ | 24.56 | 14.9 | 1.67 | - |
| YUV | 93.29 | 77.05 | 201.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 58 | 3 | 0 | 0.71 | 0.98 | 0.23 | 17.01 | 0.97 | 0.39 |
| Hex | C5 | 3A | 3 | 0 | 47 | 62 | 17 | 11 | 61 | 27 |
| Octal | 305 | 72 | 3 | 0 | 107 | 142 | 27 | 21 | 141 | 47 |
| Binary | 11000101 | 111010 | 11 | 0 | 1000111 | 1100010 | 10111 | 10001 | 1100001 | 100111 |
Color Harmonies of #C53A03
Complementary color
Monochromatic Colors of #C53A03
Black with #C53A03
Text Example
Text Example
White with #C53A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53A03; }
p { color: rgb(197,58,3); }
H1.HeaderClassName
{
color: #C53A03;
}
.AnyTagClassName
{
color: #C53A03;
}
</style>
background-color css
<style>
a { background-color: #C53A03; }
a { background-color: rgb(197,58,3); }
div.DivClassName
{
background-color: #C53A03;
}
.BgClassName
{
background-color: #C53A03;
}
</style>
border-color css
<style>
span { border-color: #C53A03; }
span { border-color: rgb(197,58,3); }
td.TdClassName
{
border-color: #C53A03;
}
.TagClassName
{
border-color: #C53A03;
}
</style>