Shades of Cardinal #C01048
Tints of Cardinal #C01048
RGB
CMYK
RGB Variations
Color information
#C01048 (or 0xC01048) is known color: Cardinal. HEX triplet: C0, 10 and 48. RGB value is (192,16,72). Sum of RGB (Red+Green+Blue) = 192+16+72=280 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.57% from 280); Green value is 16 (6.64% from 255 or 5.71% from 280); Blue value is 72 (28.52% from 255 or 25.71% from 280); Max value from RGB is 192 - color contains mainly: red. Hex color #C01048 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01048 is #3FEFB7. Grayscale: #4A4A4A. Windows color (decimal): -4190136 or 4722880. OLE color: 4722880.
HSL color Cylindrical-coordinate representation of color #C01048: hue angle of 340.91º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C01048 is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 16 | 72 | - |
| CMYK | 0 | 0.92 | 0.63 | 0.25 |
| HSL | 340.91º | 0.85% | 0.41% | - |
| HSV(B) | 340.91º | 0.92% | 0.75% | - |
| XYZ | 23.09 | 12.04 | 7.24 | - |
| YUV | 75.01 | 126.31 | 211.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 16 | 72 | 0 | 0.92 | 0.63 | 0.25 | 340.91 | 0.85 | 0.41 |
| Hex | C0 | 10 | 48 | 0 | 5C | 3F | 19 | 155 | 55 | 29 |
| Octal | 300 | 20 | 110 | 0 | 134 | 77 | 31 | 525 | 125 | 51 |
| Binary | 11000000 | 10000 | 1001000 | 0 | 1011100 | 111111 | 11001 | 101010101 | 1010101 | 101001 |
Color Harmonies of #C01048
Complementary color
Monochromatic Colors of #C01048
Black with #C01048
Text Example
Text Example
White with #C01048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01048; }
p { color: rgb(192,16,72); }
H1.HeaderClassName
{
color: #C01048;
}
.AnyTagClassName
{
color: #C01048;
}
</style>
background-color css
<style>
a { background-color: #C01048; }
a { background-color: rgb(192,16,72); }
div.DivClassName
{
background-color: #C01048;
}
.BgClassName
{
background-color: #C01048;
}
</style>
border-color css
<style>
span { border-color: #C01048; }
span { border-color: rgb(192,16,72); }
td.TdClassName
{
border-color: #C01048;
}
.TagClassName
{
border-color: #C01048;
}
</style>