Shades of Cardinal #C01134
Tints of Cardinal #C01134
RGB
CMYK
RGB Variations
Color information
#C01134 (or 0xC01134) is known color: Cardinal. HEX triplet: C0, 11 and 34. RGB value is (192,17,52). Sum of RGB (Red+Green+Blue) = 192+17+52=261 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.56% from 261); Green value is 17 (7.03% from 255 or 6.51% from 261); Blue value is 52 (20.70% from 255 or 19.92% from 261); Max value from RGB is 192 - color contains mainly: red. Hex color #C01134 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01134 is #3FEECB. Grayscale: #494949. Windows color (decimal): -4189900 or 3412416. OLE color: 3412416.
HSL color Cylindrical-coordinate representation of color #C01134: hue angle of 348º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C01134 is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 17 | 52 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.25 |
| HSL | 348º | 0.84% | 0.41% | - |
| HSV(B) | 348º | 0.91% | 0.75% | - |
| XYZ | 22.56 | 11.86 | 4.35 | - |
| YUV | 73.32 | 115.98 | 212.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 17 | 52 | 0 | 0.91 | 0.73 | 0.25 | 348 | 0.84 | 0.41 |
| Hex | C0 | 11 | 34 | 0 | 5B | 49 | 19 | 15C | 54 | 29 |
| Octal | 300 | 21 | 64 | 0 | 133 | 111 | 31 | 534 | 124 | 51 |
| Binary | 11000000 | 10001 | 110100 | 0 | 1011011 | 1001001 | 11001 | 101011100 | 1010100 | 101001 |
Color Harmonies of #C01134
Complementary color
Monochromatic Colors of #C01134
Black with #C01134
Text Example
Text Example
White with #C01134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01134; }
p { color: rgb(192,17,52); }
H1.HeaderClassName
{
color: #C01134;
}
.AnyTagClassName
{
color: #C01134;
}
</style>
background-color css
<style>
a { background-color: #C01134; }
a { background-color: rgb(192,17,52); }
div.DivClassName
{
background-color: #C01134;
}
.BgClassName
{
background-color: #C01134;
}
</style>
border-color css
<style>
span { border-color: #C01134; }
span { border-color: rgb(192,17,52); }
td.TdClassName
{
border-color: #C01134;
}
.TagClassName
{
border-color: #C01134;
}
</style>