Shades of Cardinal #C01A3B
Tints of Cardinal #C01A3B
RGB
CMYK
RGB Variations
Color information
#C01A3B (or 0xC01A3B) is known color: Cardinal. HEX triplet: C0, 1A and 3B. RGB value is (192,26,59). Sum of RGB (Red+Green+Blue) = 192+26+59=277 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.31% from 277); Green value is 26 (10.55% from 255 or 9.39% from 277); Blue value is 59 (23.44% from 255 or 21.30% from 277); Max value from RGB is 192 - color contains mainly: red. Hex color #C01A3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C01A3B is #3FE5C4. Grayscale: #4F4F4F. Windows color (decimal): -4187589 or 3873472. OLE color: 3873472.
HSL color Cylindrical-coordinate representation of color #C01A3B: hue angle of 348.07º 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 #C01A3B is Cyan = 0, Magento = 0.86, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 26 | 59 | - |
| CMYK | 0 | 0.86 | 0.69 | 0.25 |
| HSL | 348.07º | 0.76% | 0.43% | - |
| HSV(B) | 348.07º | 0.86% | 0.75% | - |
| XYZ | 22.9 | 12.26 | 5.3 | - |
| YUV | 79.4 | 116.5 | 208.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 26 | 59 | 0 | 0.86 | 0.69 | 0.25 | 348.07 | 0.76 | 0.43 |
| Hex | C0 | 1A | 3B | 0 | 56 | 45 | 19 | 15C | 4C | 2B |
| Octal | 300 | 32 | 73 | 0 | 126 | 105 | 31 | 534 | 114 | 53 |
| Binary | 11000000 | 11010 | 111011 | 0 | 1010110 | 1000101 | 11001 | 101011100 | 1001100 | 101011 |
Color Harmonies of #C01A3B
Complementary color
Monochromatic Colors of #C01A3B
Black with #C01A3B
Text Example
Text Example
White with #C01A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01A3B; }
p { color: rgb(192,26,59); }
H1.HeaderClassName
{
color: #C01A3B;
}
.AnyTagClassName
{
color: #C01A3B;
}
</style>
background-color css
<style>
a { background-color: #C01A3B; }
a { background-color: rgb(192,26,59); }
div.DivClassName
{
background-color: #C01A3B;
}
.BgClassName
{
background-color: #C01A3B;
}
</style>
border-color css
<style>
span { border-color: #C01A3B; }
span { border-color: rgb(192,26,59); }
td.TdClassName
{
border-color: #C01A3B;
}
.TagClassName
{
border-color: #C01A3B;
}
</style>