Shades of Cardinal #C01A2E
Tints of Cardinal #C01A2E
RGB
CMYK
RGB Variations
Color information
#C01A2E (or 0xC01A2E) is known color: Cardinal. HEX triplet: C0, 1A and 2E. RGB value is (192,26,46). Sum of RGB (Red+Green+Blue) = 192+26+46=264 (34% of max value = 765). Red value is 192 (75.39% from 255 or 72.73% from 264); Green value is 26 (10.55% from 255 or 9.85% from 264); Blue value is 46 (18.36% from 255 or 17.42% from 264); Max value from RGB is 192 - color contains mainly: red. Hex color #C01A2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C01A2E is #3FE5D1. Grayscale: #4E4E4E. Windows color (decimal): -4187602 or 3021504. OLE color: 3021504.
HSL color Cylindrical-coordinate representation of color #C01A2E: hue angle of 352.77º 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 #C01A2E is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 26 | 46 | - |
| CMYK | 0 | 0.86 | 0.76 | 0.25 |
| HSL | 352.77º | 0.76% | 0.43% | - |
| HSV(B) | 352.77º | 0.86% | 0.75% | - |
| XYZ | 22.6 | 12.14 | 3.74 | - |
| YUV | 77.91 | 110 | 209.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 26 | 46 | 0 | 0.86 | 0.76 | 0.25 | 352.77 | 0.76 | 0.43 |
| Hex | C0 | 1A | 2E | 0 | 56 | 4C | 19 | 161 | 4C | 2B |
| Octal | 300 | 32 | 56 | 0 | 126 | 114 | 31 | 541 | 114 | 53 |
| Binary | 11000000 | 11010 | 101110 | 0 | 1010110 | 1001100 | 11001 | 101100001 | 1001100 | 101011 |
Color Harmonies of #C01A2E
Complementary color
Monochromatic Colors of #C01A2E
Black with #C01A2E
Text Example
Text Example
White with #C01A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01A2E; }
p { color: rgb(192,26,46); }
H1.HeaderClassName
{
color: #C01A2E;
}
.AnyTagClassName
{
color: #C01A2E;
}
</style>
background-color css
<style>
a { background-color: #C01A2E; }
a { background-color: rgb(192,26,46); }
div.DivClassName
{
background-color: #C01A2E;
}
.BgClassName
{
background-color: #C01A2E;
}
</style>
border-color css
<style>
span { border-color: #C01A2E; }
span { border-color: rgb(192,26,46); }
td.TdClassName
{
border-color: #C01A2E;
}
.TagClassName
{
border-color: #C01A2E;
}
</style>