Shades of Cardinal #C01B34
Tints of Cardinal #C01B34
RGB
CMYK
RGB Variations
Color information
#C01B34 (or 0xC01B34) is known color: Cardinal. HEX triplet: C0, 1B and 34. RGB value is (192,27,52). Sum of RGB (Red+Green+Blue) = 192+27+52=271 (35% of max value = 765). Red value is 192 (75.39% from 255 or 70.85% from 271); Green value is 27 (10.94% from 255 or 9.96% from 271); Blue value is 52 (20.70% from 255 or 19.19% from 271); Max value from RGB is 192 - color contains mainly: red. Hex color #C01B34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C01B34 is #3FE4CB. Grayscale: #4F4F4F. Windows color (decimal): -4187340 or 3414976. OLE color: 3414976.
HSL color Cylindrical-coordinate representation of color #C01B34: hue angle of 350.91º 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 #C01B34 is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 27 | 52 | - |
| CMYK | 0 | 0.86 | 0.73 | 0.25 |
| HSL | 350.91º | 0.75% | 0.43% | - |
| HSV(B) | 350.91º | 0.86% | 0.75% | - |
| XYZ | 22.75 | 12.24 | 4.41 | - |
| YUV | 79.19 | 112.66 | 208.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 27 | 52 | 0 | 0.86 | 0.73 | 0.25 | 350.91 | 0.75 | 0.43 |
| Hex | C0 | 1B | 34 | 0 | 56 | 49 | 19 | 15F | 4B | 2B |
| Octal | 300 | 33 | 64 | 0 | 126 | 111 | 31 | 537 | 113 | 53 |
| Binary | 11000000 | 11011 | 110100 | 0 | 1010110 | 1001001 | 11001 | 101011111 | 1001011 | 101011 |
Color Harmonies of #C01B34
Complementary color
Monochromatic Colors of #C01B34
Black with #C01B34
Text Example
Text Example
White with #C01B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01B34; }
p { color: rgb(192,27,52); }
H1.HeaderClassName
{
color: #C01B34;
}
.AnyTagClassName
{
color: #C01B34;
}
</style>
background-color css
<style>
a { background-color: #C01B34; }
a { background-color: rgb(192,27,52); }
div.DivClassName
{
background-color: #C01B34;
}
.BgClassName
{
background-color: #C01B34;
}
</style>
border-color css
<style>
span { border-color: #C01B34; }
span { border-color: rgb(192,27,52); }
td.TdClassName
{
border-color: #C01B34;
}
.TagClassName
{
border-color: #C01B34;
}
</style>