Shades of Rust #C6440A
Tints of Rust #C6440A
RGB
CMYK
RGB Variations
Color information
#C6440A (or 0xC6440A) is known color: Rust. HEX triplet: C6, 44 and 0A. RGB value is (198,68,10). Sum of RGB (Red+Green+Blue) = 198+68+10=276 (36% of max value = 765). Red value is 198 (77.73% from 255 or 71.74% from 276); Green value is 68 (26.95% from 255 or 24.64% from 276); Blue value is 10 (4.30% from 255 or 3.62% from 276); Max value from RGB is 198 - color contains mainly: red. Hex color #C6440A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C6440A is #39BBF5. Grayscale: #646464. Windows color (decimal): -3783670 or 672966. OLE color: 672966.
HSL color Cylindrical-coordinate representation of color #C6440A: hue angle of 18.51º 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 #C6440A is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 68 | 10 | - |
| CMYK | 0 | 0.66 | 0.95 | 0.22 |
| HSL | 18.51º | 0.9% | 0.41% | - |
| HSV(B) | 18.51º | 0.95% | 0.78% | - |
| XYZ | 25.41 | 16.16 | 2.07 | - |
| YUV | 100.26 | 77.07 | 197.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 68 | 10 | 0 | 0.66 | 0.95 | 0.22 | 18.51 | 0.9 | 0.41 |
| Hex | C6 | 44 | A | 0 | 42 | 5F | 16 | 13 | 5A | 29 |
| Octal | 306 | 104 | 12 | 0 | 102 | 137 | 26 | 23 | 132 | 51 |
| Binary | 11000110 | 1000100 | 1010 | 0 | 1000010 | 1011111 | 10110 | 10011 | 1011010 | 101001 |
Color Harmonies of #C6440A
Complementary color
Monochromatic Colors of #C6440A
Black with #C6440A
Text Example
Text Example
White with #C6440A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6440A; }
p { color: rgb(198,68,10); }
H1.HeaderClassName
{
color: #C6440A;
}
.AnyTagClassName
{
color: #C6440A;
}
</style>
background-color css
<style>
a { background-color: #C6440A; }
a { background-color: rgb(198,68,10); }
div.DivClassName
{
background-color: #C6440A;
}
.BgClassName
{
background-color: #C6440A;
}
</style>
border-color css
<style>
span { border-color: #C6440A; }
span { border-color: rgb(198,68,10); }
td.TdClassName
{
border-color: #C6440A;
}
.TagClassName
{
border-color: #C6440A;
}
</style>