Shades of Rust #C54202
Tints of Rust #C54202
RGB
CMYK
RGB Variations
Color information
#C54202 (or 0xC54202) is known color: Rust. HEX triplet: C5, 42 and 02. RGB value is (197,66,2). Sum of RGB (Red+Green+Blue) = 197+66+2=265 (35% of max value = 765). Red value is 197 (77.34% from 255 or 74.34% from 265); Green value is 66 (26.17% from 255 or 24.91% from 265); Blue value is 2 (1.17% from 255 or 0.75% from 265); Max value from RGB is 197 - color contains mainly: red. Hex color #C54202 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54202 is #3ABDFD. Grayscale: #626262. Windows color (decimal): -3849726 or 148165. OLE color: 148165.
HSL color Cylindrical-coordinate representation of color #C54202: hue angle of 19.69º 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 #C54202 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 66 | 2 | - |
| CMYK | 0 | 0.66 | 0.99 | 0.23 |
| HSL | 19.69º | 0.98% | 0.39% | - |
| HSV(B) | 19.69º | 0.99% | 0.77% | - |
| XYZ | 24.99 | 15.77 | 1.78 | - |
| YUV | 97.87 | 73.9 | 198.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 66 | 2 | 0 | 0.66 | 0.99 | 0.23 | 19.69 | 0.98 | 0.39 |
| Hex | C5 | 42 | 2 | 0 | 42 | 63 | 17 | 14 | 62 | 27 |
| Octal | 305 | 102 | 2 | 0 | 102 | 143 | 27 | 24 | 142 | 47 |
| Binary | 11000101 | 1000010 | 10 | 0 | 1000010 | 1100011 | 10111 | 10100 | 1100010 | 100111 |
Color Harmonies of #C54202
Complementary color
Monochromatic Colors of #C54202
Black with #C54202
Text Example
Text Example
White with #C54202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54202; }
p { color: rgb(197,66,2); }
H1.HeaderClassName
{
color: #C54202;
}
.AnyTagClassName
{
color: #C54202;
}
</style>
background-color css
<style>
a { background-color: #C54202; }
a { background-color: rgb(197,66,2); }
div.DivClassName
{
background-color: #C54202;
}
.BgClassName
{
background-color: #C54202;
}
</style>
border-color css
<style>
span { border-color: #C54202; }
span { border-color: rgb(197,66,2); }
td.TdClassName
{
border-color: #C54202;
}
.TagClassName
{
border-color: #C54202;
}
</style>