Shades of Cardinal #C0104B
Tints of Cardinal #C0104B
RGB
CMYK
RGB Variations
Color information
#C0104B (or 0xC0104B) is known color: Cardinal. HEX triplet: C0, 10 and 4B. RGB value is (192,16,75). Sum of RGB (Red+Green+Blue) = 192+16+75=283 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.84% from 283); Green value is 16 (6.64% from 255 or 5.65% from 283); Blue value is 75 (29.69% from 255 or 26.50% from 283); Max value from RGB is 192 - color contains mainly: red. Hex color #C0104B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0104B is #3FEFB4. Grayscale: #4B4B4B. Windows color (decimal): -4190133 or 4919488. OLE color: 4919488.
HSL color Cylindrical-coordinate representation of color #C0104B: hue angle of 339.89º 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 #C0104B is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 16 | 75 | - |
| CMYK | 0 | 0.92 | 0.61 | 0.25 |
| HSL | 339.89º | 0.85% | 0.41% | - |
| HSV(B) | 339.89º | 0.92% | 0.75% | - |
| XYZ | 23.19 | 12.09 | 7.77 | - |
| YUV | 75.35 | 127.81 | 211.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 16 | 75 | 0 | 0.92 | 0.61 | 0.25 | 339.89 | 0.85 | 0.41 |
| Hex | C0 | 10 | 4B | 0 | 5C | 3D | 19 | 154 | 55 | 29 |
| Octal | 300 | 20 | 113 | 0 | 134 | 75 | 31 | 524 | 125 | 51 |
| Binary | 11000000 | 10000 | 1001011 | 0 | 1011100 | 111101 | 11001 | 101010100 | 1010101 | 101001 |
Color Harmonies of #C0104B
Complementary color
Monochromatic Colors of #C0104B
Black with #C0104B
Text Example
Text Example
White with #C0104B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0104B; }
p { color: rgb(192,16,75); }
H1.HeaderClassName
{
color: #C0104B;
}
.AnyTagClassName
{
color: #C0104B;
}
</style>
background-color css
<style>
a { background-color: #C0104B; }
a { background-color: rgb(192,16,75); }
div.DivClassName
{
background-color: #C0104B;
}
.BgClassName
{
background-color: #C0104B;
}
</style>
border-color css
<style>
span { border-color: #C0104B; }
span { border-color: rgb(192,16,75); }
td.TdClassName
{
border-color: #C0104B;
}
.TagClassName
{
border-color: #C0104B;
}
</style>