Shades of Rust #C0401B
Tints of Rust #C0401B
RGB
CMYK
RGB Variations
Color information
#C0401B (or 0xC0401B) is known color: Rust. HEX triplet: C0, 40 and 1B. RGB value is (192,64,27). Sum of RGB (Red+Green+Blue) = 192+64+27=283 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.84% from 283); Green value is 64 (25.39% from 255 or 22.61% from 283); Blue value is 27 (10.94% from 255 or 9.54% from 283); Max value from RGB is 192 - color contains mainly: red. Hex color #C0401B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0401B is #3FBFE4. Grayscale: #626262. Windows color (decimal): -4177893 or 1786048. OLE color: 1786048.
HSL color Cylindrical-coordinate representation of color #C0401B: hue angle of 13.45º degrees, saturation: 0.75, 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 #C0401B is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 64 | 27 | - |
| CMYK | 0 | 0.67 | 0.86 | 0.25 |
| HSL | 13.45º | 0.75% | 0.43% | - |
| HSV(B) | 13.45º | 0.86% | 0.75% | - |
| XYZ | 23.77 | 14.95 | 2.67 | - |
| YUV | 98.05 | 87.91 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 64 | 27 | 0 | 0.67 | 0.86 | 0.25 | 13.45 | 0.75 | 0.43 |
| Hex | C0 | 40 | 1B | 0 | 43 | 56 | 19 | D | 4B | 2B |
| Octal | 300 | 100 | 33 | 0 | 103 | 126 | 31 | 15 | 113 | 53 |
| Binary | 11000000 | 1000000 | 11011 | 0 | 1000011 | 1010110 | 11001 | 1101 | 1001011 | 101011 |
Color Harmonies of #C0401B
Complementary color
Monochromatic Colors of #C0401B
Black with #C0401B
Text Example
Text Example
White with #C0401B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0401B; }
p { color: rgb(192,64,27); }
H1.HeaderClassName
{
color: #C0401B;
}
.AnyTagClassName
{
color: #C0401B;
}
</style>
background-color css
<style>
a { background-color: #C0401B; }
a { background-color: rgb(192,64,27); }
div.DivClassName
{
background-color: #C0401B;
}
.BgClassName
{
background-color: #C0401B;
}
</style>
border-color css
<style>
span { border-color: #C0401B; }
span { border-color: rgb(192,64,27); }
td.TdClassName
{
border-color: #C0401B;
}
.TagClassName
{
border-color: #C0401B;
}
</style>