Shades of Rust #C53D00
Tints of Rust #C53D00
RGB
CMYK
RGB Variations
Color information
#C53D00 (or 0xC53D00) is known color: Rust. HEX triplet: C5, 3D and 00. RGB value is (197,61,0). Sum of RGB (Red+Green+Blue) = 197+61+0=258 (34% of max value = 765). Red value is 197 (77.34% from 255 or 76.36% from 258); Green value is 61 (24.22% from 255 or 23.64% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 197 - color contains mainly: red. Hex color #C53D00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53D00 is #3AC2FF. Grayscale: #5F5F5F. Windows color (decimal): -3851008 or 15813. OLE color: 15813.
HSL color Cylindrical-coordinate representation of color #C53D00: hue angle of 18.58º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C53D00 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 61 | 0 | - |
| CMYK | 0 | 0.69 | 1 | 0.23 |
| HSL | 18.58º | 1% | 0.39% | - |
| HSV(B) | 18.58º | 1% | 0.77% | - |
| XYZ | 24.69 | 15.21 | 1.63 | - |
| YUV | 94.71 | 74.56 | 200.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 61 | 0 | 0 | 0.69 | 1 | 0.23 | 18.58 | 1 | 0.39 |
| Hex | C5 | 3D | 0 | 0 | 45 | 64 | 17 | 13 | 64 | 27 |
| Octal | 305 | 75 | 0 | 0 | 105 | 144 | 27 | 23 | 144 | 47 |
| Binary | 11000101 | 111101 | 0 | 0 | 1000101 | 1100100 | 10111 | 10011 | 1100100 | 100111 |
Color Harmonies of #C53D00
Complementary color
Monochromatic Colors of #C53D00
Black with #C53D00
Text Example
Text Example
White with #C53D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53D00; }
p { color: rgb(197,61,0); }
H1.HeaderClassName
{
color: #C53D00;
}
.AnyTagClassName
{
color: #C53D00;
}
</style>
background-color css
<style>
a { background-color: #C53D00; }
a { background-color: rgb(197,61,0); }
div.DivClassName
{
background-color: #C53D00;
}
.BgClassName
{
background-color: #C53D00;
}
</style>
border-color css
<style>
span { border-color: #C53D00; }
span { border-color: rgb(197,61,0); }
td.TdClassName
{
border-color: #C53D00;
}
.TagClassName
{
border-color: #C53D00;
}
</style>