Shades of Cardinal #C01B37
Tints of Cardinal #C01B37
RGB
CMYK
RGB Variations
Color information
#C01B37 (or 0xC01B37) is known color: Cardinal. HEX triplet: C0, 1B and 37. RGB value is (192,27,55). Sum of RGB (Red+Green+Blue) = 192+27+55=274 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.07% from 274); Green value is 27 (10.94% from 255 or 9.85% from 274); Blue value is 55 (21.88% from 255 or 20.07% from 274); Max value from RGB is 192 - color contains mainly: red. Hex color #C01B37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C01B37 is #3FE4C8. Grayscale: #4F4F4F. Windows color (decimal): -4187337 or 3611584. OLE color: 3611584.
HSL color Cylindrical-coordinate representation of color #C01B37: hue angle of 349.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 #C01B37 is Cyan = 0, Magento = 0.86, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 27 | 55 | - |
| CMYK | 0 | 0.86 | 0.71 | 0.25 |
| HSL | 349.82º | 0.75% | 0.43% | - |
| HSV(B) | 349.82º | 0.86% | 0.75% | - |
| XYZ | 22.82 | 12.27 | 4.78 | - |
| YUV | 79.53 | 114.16 | 208.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 27 | 55 | 0 | 0.86 | 0.71 | 0.25 | 349.82 | 0.75 | 0.43 |
| Hex | C0 | 1B | 37 | 0 | 56 | 47 | 19 | 15E | 4B | 2B |
| Octal | 300 | 33 | 67 | 0 | 126 | 107 | 31 | 536 | 113 | 53 |
| Binary | 11000000 | 11011 | 110111 | 0 | 1010110 | 1000111 | 11001 | 101011110 | 1001011 | 101011 |
Color Harmonies of #C01B37
Complementary color
Monochromatic Colors of #C01B37
Black with #C01B37
Text Example
Text Example
White with #C01B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01B37; }
p { color: rgb(192,27,55); }
H1.HeaderClassName
{
color: #C01B37;
}
.AnyTagClassName
{
color: #C01B37;
}
</style>
background-color css
<style>
a { background-color: #C01B37; }
a { background-color: rgb(192,27,55); }
div.DivClassName
{
background-color: #C01B37;
}
.BgClassName
{
background-color: #C01B37;
}
</style>
border-color css
<style>
span { border-color: #C01B37; }
span { border-color: rgb(192,27,55); }
td.TdClassName
{
border-color: #C01B37;
}
.TagClassName
{
border-color: #C01B37;
}
</style>