Shades of Cardinal #C0134D
Tints of Cardinal #C0134D
RGB
CMYK
RGB Variations
Color information
#C0134D (or 0xC0134D) is known color: Cardinal. HEX triplet: C0, 13 and 4D. RGB value is (192,19,77). Sum of RGB (Red+Green+Blue) = 192+19+77=288 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.67% from 288); Green value is 19 (7.81% from 255 or 6.60% from 288); Blue value is 77 (30.47% from 255 or 26.74% from 288); Max value from RGB is 192 - color contains mainly: red. Hex color #C0134D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0134D is #3FECB2. Grayscale: #4D4D4D. Windows color (decimal): -4189363 or 5051328. OLE color: 5051328.
HSL color Cylindrical-coordinate representation of color #C0134D: hue angle of 339.88º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C0134D is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 19 | 77 | - |
| CMYK | 0 | 0.90 | 0.60 | 0.25 |
| HSL | 339.88º | 0.82% | 0.41% | - |
| HSV(B) | 339.88º | 0.9% | 0.75% | - |
| XYZ | 23.31 | 12.21 | 8.15 | - |
| YUV | 77.34 | 127.81 | 209.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 19 | 77 | 0 | 0.90 | 0.60 | 0.25 | 339.88 | 0.82 | 0.41 |
| Hex | C0 | 13 | 4D | 0 | 5A | 3C | 19 | 154 | 52 | 29 |
| Octal | 300 | 23 | 115 | 0 | 132 | 74 | 31 | 524 | 122 | 51 |
| Binary | 11000000 | 10011 | 1001101 | 0 | 1011010 | 111100 | 11001 | 101010100 | 1010010 | 101001 |
Color Harmonies of #C0134D
Complementary color
Monochromatic Colors of #C0134D
Black with #C0134D
Text Example
Text Example
White with #C0134D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0134D; }
p { color: rgb(192,19,77); }
H1.HeaderClassName
{
color: #C0134D;
}
.AnyTagClassName
{
color: #C0134D;
}
</style>
background-color css
<style>
a { background-color: #C0134D; }
a { background-color: rgb(192,19,77); }
div.DivClassName
{
background-color: #C0134D;
}
.BgClassName
{
background-color: #C0134D;
}
</style>
border-color css
<style>
span { border-color: #C0134D; }
span { border-color: rgb(192,19,77); }
td.TdClassName
{
border-color: #C0134D;
}
.TagClassName
{
border-color: #C0134D;
}
</style>