Shades of Cardinal #C01B2C
Tints of Cardinal #C01B2C
RGB
CMYK
RGB Variations
Color information
#C01B2C (or 0xC01B2C) is known color: Cardinal. HEX triplet: C0, 1B and 2C. RGB value is (192,27,44). Sum of RGB (Red+Green+Blue) = 192+27+44=263 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.00% from 263); Green value is 27 (10.94% from 255 or 10.27% from 263); Blue value is 44 (17.58% from 255 or 16.73% from 263); Max value from RGB is 192 - color contains mainly: red. Hex color #C01B2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C01B2C is #3FE4D3. Grayscale: #4E4E4E. Windows color (decimal): -4187348 or 2890688. OLE color: 2890688.
HSL color Cylindrical-coordinate representation of color #C01B2C: hue angle of 353.82º 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 #C01B2C is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 27 | 44 | - |
| CMYK | 0 | 0.86 | 0.77 | 0.25 |
| HSL | 353.82º | 0.75% | 0.43% | - |
| HSV(B) | 353.82º | 0.86% | 0.75% | - |
| XYZ | 22.58 | 12.17 | 3.54 | - |
| YUV | 78.27 | 108.66 | 209.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 27 | 44 | 0 | 0.86 | 0.77 | 0.25 | 353.82 | 0.75 | 0.43 |
| Hex | C0 | 1B | 2C | 0 | 56 | 4D | 19 | 162 | 4B | 2B |
| Octal | 300 | 33 | 54 | 0 | 126 | 115 | 31 | 542 | 113 | 53 |
| Binary | 11000000 | 11011 | 101100 | 0 | 1010110 | 1001101 | 11001 | 101100010 | 1001011 | 101011 |
Color Harmonies of #C01B2C
Complementary color
Monochromatic Colors of #C01B2C
Black with #C01B2C
Text Example
Text Example
White with #C01B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01B2C; }
p { color: rgb(192,27,44); }
H1.HeaderClassName
{
color: #C01B2C;
}
.AnyTagClassName
{
color: #C01B2C;
}
</style>
background-color css
<style>
a { background-color: #C01B2C; }
a { background-color: rgb(192,27,44); }
div.DivClassName
{
background-color: #C01B2C;
}
.BgClassName
{
background-color: #C01B2C;
}
</style>
border-color css
<style>
span { border-color: #C01B2C; }
span { border-color: rgb(192,27,44); }
td.TdClassName
{
border-color: #C01B2C;
}
.TagClassName
{
border-color: #C01B2C;
}
</style>