Shades of Rust #C65319
Tints of Rust #C65319
RGB
CMYK
RGB Variations
Color information
#C65319 (or 0xC65319) is known color: Rust. HEX triplet: C6, 53 and 19. RGB value is (198,83,25). Sum of RGB (Red+Green+Blue) = 198+83+25=306 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.71% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 25 (10.16% from 255 or 8.17% from 306); Max value from RGB is 198 - color contains mainly: red. Hex color #C65319 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65319 is #39ACE6. Grayscale: #6F6F6F. Windows color (decimal): -3779815 or 1659846. OLE color: 1659846.
HSL color Cylindrical-coordinate representation of color #C65319: hue angle of 20.12º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C65319 is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 83 | 25 | - |
| CMYK | 0 | 0.58 | 0.87 | 0.22 |
| HSL | 20.12º | 0.78% | 0.44% | - |
| HSV(B) | 20.12º | 0.87% | 0.78% | - |
| XYZ | 26.56 | 18.26 | 3.04 | - |
| YUV | 110.77 | 79.6 | 190.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 83 | 25 | 0 | 0.58 | 0.87 | 0.22 | 20.12 | 0.78 | 0.44 |
| Hex | C6 | 53 | 19 | 0 | 3A | 57 | 16 | 14 | 4E | 2C |
| Octal | 306 | 123 | 31 | 0 | 72 | 127 | 26 | 24 | 116 | 54 |
| Binary | 11000110 | 1010011 | 11001 | 0 | 111010 | 1010111 | 10110 | 10100 | 1001110 | 101100 |
Color Harmonies of #C65319
Complementary color
Monochromatic Colors of #C65319
Black with #C65319
Text Example
Text Example
White with #C65319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65319; }
p { color: rgb(198,83,25); }
H1.HeaderClassName
{
color: #C65319;
}
.AnyTagClassName
{
color: #C65319;
}
</style>
background-color css
<style>
a { background-color: #C65319; }
a { background-color: rgb(198,83,25); }
div.DivClassName
{
background-color: #C65319;
}
.BgClassName
{
background-color: #C65319;
}
</style>
border-color css
<style>
span { border-color: #C65319; }
span { border-color: rgb(198,83,25); }
td.TdClassName
{
border-color: #C65319;
}
.TagClassName
{
border-color: #C65319;
}
</style>