Shades of Rust #C6420D
Tints of Rust #C6420D
RGB
CMYK
RGB Variations
Color information
#C6420D (or 0xC6420D) is known color: Rust. HEX triplet: C6, 42 and 0D. RGB value is (198,66,13). Sum of RGB (Red+Green+Blue) = 198+66+13=277 (36% of max value = 765). Red value is 198 (77.73% from 255 or 71.48% from 277); Green value is 66 (26.17% from 255 or 23.83% from 277); Blue value is 13 (5.47% from 255 or 4.69% from 277); Max value from RGB is 198 - color contains mainly: red. Hex color #C6420D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C6420D is #39BDF2. Grayscale: #636363. Windows color (decimal): -3784179 or 869062. OLE color: 869062.
HSL color Cylindrical-coordinate representation of color #C6420D: hue angle of 17.19º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C6420D is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 66 | 13 | - |
| CMYK | 0 | 0.67 | 0.93 | 0.22 |
| HSL | 17.19º | 0.88% | 0.41% | - |
| HSV(B) | 17.19º | 0.93% | 0.78% | - |
| XYZ | 25.31 | 15.93 | 2.12 | - |
| YUV | 99.43 | 79.23 | 198.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 66 | 13 | 0 | 0.67 | 0.93 | 0.22 | 17.19 | 0.88 | 0.41 |
| Hex | C6 | 42 | D | 0 | 43 | 5D | 16 | 11 | 58 | 29 |
| Octal | 306 | 102 | 15 | 0 | 103 | 135 | 26 | 21 | 130 | 51 |
| Binary | 11000110 | 1000010 | 1101 | 0 | 1000011 | 1011101 | 10110 | 10001 | 1011000 | 101001 |
Color Harmonies of #C6420D
Complementary color
Monochromatic Colors of #C6420D
Black with #C6420D
Text Example
Text Example
White with #C6420D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6420D; }
p { color: rgb(198,66,13); }
H1.HeaderClassName
{
color: #C6420D;
}
.AnyTagClassName
{
color: #C6420D;
}
</style>
background-color css
<style>
a { background-color: #C6420D; }
a { background-color: rgb(198,66,13); }
div.DivClassName
{
background-color: #C6420D;
}
.BgClassName
{
background-color: #C6420D;
}
</style>
border-color css
<style>
span { border-color: #C6420D; }
span { border-color: rgb(198,66,13); }
td.TdClassName
{
border-color: #C6420D;
}
.TagClassName
{
border-color: #C6420D;
}
</style>