Shades of Rust #C0401A
Tints of Rust #C0401A
RGB
CMYK
RGB Variations
Color information
#C0401A (or 0xC0401A) is known color: Rust. HEX triplet: C0, 40 and 1A. RGB value is (192,64,26). Sum of RGB (Red+Green+Blue) = 192+64+26=282 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.09% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 26 (10.55% from 255 or 9.22% from 282); Max value from RGB is 192 - color contains mainly: red. Hex color #C0401A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0401A is #3FBFE5. Grayscale: #626262. Windows color (decimal): -4177894 or 1720512. OLE color: 1720512.
HSL color Cylindrical-coordinate representation of color #C0401A: hue angle of 13.73º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C0401A is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 64 | 26 | - |
| CMYK | 0 | 0.67 | 0.86 | 0.25 |
| HSL | 13.73º | 0.76% | 0.43% | - |
| HSV(B) | 13.73º | 0.86% | 0.75% | - |
| XYZ | 23.76 | 14.95 | 2.61 | - |
| YUV | 97.94 | 87.41 | 195.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 64 | 26 | 0 | 0.67 | 0.86 | 0.25 | 13.73 | 0.76 | 0.43 |
| Hex | C0 | 40 | 1A | 0 | 43 | 56 | 19 | E | 4C | 2B |
| Octal | 300 | 100 | 32 | 0 | 103 | 126 | 31 | 16 | 114 | 53 |
| Binary | 11000000 | 1000000 | 11010 | 0 | 1000011 | 1010110 | 11001 | 1110 | 1001100 | 101011 |
Color Harmonies of #C0401A
Complementary color
Monochromatic Colors of #C0401A
Black with #C0401A
Text Example
Text Example
White with #C0401A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0401A; }
p { color: rgb(192,64,26); }
H1.HeaderClassName
{
color: #C0401A;
}
.AnyTagClassName
{
color: #C0401A;
}
</style>
background-color css
<style>
a { background-color: #C0401A; }
a { background-color: rgb(192,64,26); }
div.DivClassName
{
background-color: #C0401A;
}
.BgClassName
{
background-color: #C0401A;
}
</style>
border-color css
<style>
span { border-color: #C0401A; }
span { border-color: rgb(192,64,26); }
td.TdClassName
{
border-color: #C0401A;
}
.TagClassName
{
border-color: #C0401A;
}
</style>