Shades of Rust #C64A0A
Tints of Rust #C64A0A
RGB
CMYK
RGB Variations
Color information
#C64A0A (or 0xC64A0A) is known color: Rust. HEX triplet: C6, 4A and 0A. RGB value is (198,74,10). Sum of RGB (Red+Green+Blue) = 198+74+10=282 (37% of max value = 765). Red value is 198 (77.73% from 255 or 70.21% from 282); Green value is 74 (29.30% from 255 or 26.24% from 282); Blue value is 10 (4.30% from 255 or 3.55% from 282); Max value from RGB is 198 - color contains mainly: red. Hex color #C64A0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64A0A is #39B5F5. Grayscale: #686868. Windows color (decimal): -3782134 or 674502. OLE color: 674502.
HSL color Cylindrical-coordinate representation of color #C64A0A: hue angle of 20.43º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C64A0A is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 74 | 10 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.22 |
| HSL | 20.43º | 0.9% | 0.41% | - |
| HSV(B) | 20.43º | 0.95% | 0.78% | - |
| XYZ | 25.79 | 16.93 | 2.19 | - |
| YUV | 103.78 | 75.08 | 195.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 74 | 10 | 0 | 0.63 | 0.95 | 0.22 | 20.43 | 0.9 | 0.41 |
| Hex | C6 | 4A | A | 0 | 3F | 5F | 16 | 14 | 5A | 29 |
| Octal | 306 | 112 | 12 | 0 | 77 | 137 | 26 | 24 | 132 | 51 |
| Binary | 11000110 | 1001010 | 1010 | 0 | 111111 | 1011111 | 10110 | 10100 | 1011010 | 101001 |
Color Harmonies of #C64A0A
Complementary color
Monochromatic Colors of #C64A0A
Black with #C64A0A
Text Example
Text Example
White with #C64A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64A0A; }
p { color: rgb(198,74,10); }
H1.HeaderClassName
{
color: #C64A0A;
}
.AnyTagClassName
{
color: #C64A0A;
}
</style>
background-color css
<style>
a { background-color: #C64A0A; }
a { background-color: rgb(198,74,10); }
div.DivClassName
{
background-color: #C64A0A;
}
.BgClassName
{
background-color: #C64A0A;
}
</style>
border-color css
<style>
span { border-color: #C64A0A; }
span { border-color: rgb(198,74,10); }
td.TdClassName
{
border-color: #C64A0A;
}
.TagClassName
{
border-color: #C64A0A;
}
</style>