Shades of Rust #C53F01
Tints of Rust #C53F01
RGB
CMYK
RGB Variations
Color information
#C53F01 (or 0xC53F01) is known color: Rust. HEX triplet: C5, 3F and 01. RGB value is (197,63,1). Sum of RGB (Red+Green+Blue) = 197+63+1=261 (34% of max value = 765). Red value is 197 (77.34% from 255 or 75.48% from 261); Green value is 63 (25% from 255 or 24.14% from 261); Blue value is 1 (0.78% from 255 or 0.38% from 261); Max value from RGB is 197 - color contains mainly: red. Hex color #C53F01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53F01 is #3AC0FE. Grayscale: #606060. Windows color (decimal): -3850495 or 81861. OLE color: 81861.
HSL color Cylindrical-coordinate representation of color #C53F01: hue angle of 18.98º degrees, saturation: 0.99, 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 #C53F01 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 63 | 1 | - |
| CMYK | 0 | 0.68 | 0.99 | 0.23 |
| HSL | 18.98º | 0.99% | 0.39% | - |
| HSV(B) | 18.98º | 0.99% | 0.77% | - |
| XYZ | 24.81 | 15.43 | 1.7 | - |
| YUV | 96 | 74.39 | 200.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 63 | 1 | 0 | 0.68 | 0.99 | 0.23 | 18.98 | 0.99 | 0.39 |
| Hex | C5 | 3F | 1 | 0 | 44 | 63 | 17 | 13 | 63 | 27 |
| Octal | 305 | 77 | 1 | 0 | 104 | 143 | 27 | 23 | 143 | 47 |
| Binary | 11000101 | 111111 | 1 | 0 | 1000100 | 1100011 | 10111 | 10011 | 1100011 | 100111 |
Color Harmonies of #C53F01
Complementary color
Monochromatic Colors of #C53F01
Black with #C53F01
Text Example
Text Example
White with #C53F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53F01; }
p { color: rgb(197,63,1); }
H1.HeaderClassName
{
color: #C53F01;
}
.AnyTagClassName
{
color: #C53F01;
}
</style>
background-color css
<style>
a { background-color: #C53F01; }
a { background-color: rgb(197,63,1); }
div.DivClassName
{
background-color: #C53F01;
}
.BgClassName
{
background-color: #C53F01;
}
</style>
border-color css
<style>
span { border-color: #C53F01; }
span { border-color: rgb(197,63,1); }
td.TdClassName
{
border-color: #C53F01;
}
.TagClassName
{
border-color: #C53F01;
}
</style>