Shades of Cardinal #C00B44
Tints of Cardinal #C00B44
RGB
CMYK
RGB Variations
Color information
#C00B44 (or 0xC00B44) is known color: Cardinal. HEX triplet: C0, 0B and 44. RGB value is (192,11,68). Sum of RGB (Red+Green+Blue) = 192+11+68=271 (35% of max value = 765). Red value is 192 (75.39% from 255 or 70.85% from 271); Green value is 11 (4.69% from 255 or 4.06% from 271); Blue value is 68 (26.95% from 255 or 25.09% from 271); Max value from RGB is 192 - color contains mainly: red. Hex color #C00B44 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00B44 is #3FF4BB. Grayscale: #474747. Windows color (decimal): -4191420 or 4459456. OLE color: 4459456.
HSL color Cylindrical-coordinate representation of color #C00B44: hue angle of 341.1º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C00B44 is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 11 | 68 | - |
| CMYK | 0 | 0.94 | 0.65 | 0.25 |
| HSL | 341.11º | 0.89% | 0.4% | - |
| HSV(B) | 341.11º | 0.94% | 0.75% | - |
| XYZ | 22.9 | 11.86 | 6.55 | - |
| YUV | 71.62 | 125.97 | 213.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 11 | 68 | 0 | 0.94 | 0.65 | 0.25 | 341.11 | 0.89 | 0.4 |
| Hex | C0 | B | 44 | 0 | 5E | 41 | 19 | 155 | 59 | 28 |
| Octal | 300 | 13 | 104 | 0 | 136 | 101 | 31 | 525 | 131 | 50 |
| Binary | 11000000 | 1011 | 1000100 | 0 | 1011110 | 1000001 | 11001 | 101010101 | 1011001 | 101000 |
Color Harmonies of #C00B44
Complementary color
Monochromatic Colors of #C00B44
Black with #C00B44
Text Example
Text Example
White with #C00B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00B44; }
p { color: rgb(192,11,68); }
H1.HeaderClassName
{
color: #C00B44;
}
.AnyTagClassName
{
color: #C00B44;
}
</style>
background-color css
<style>
a { background-color: #C00B44; }
a { background-color: rgb(192,11,68); }
div.DivClassName
{
background-color: #C00B44;
}
.BgClassName
{
background-color: #C00B44;
}
</style>
border-color css
<style>
span { border-color: #C00B44; }
span { border-color: rgb(192,11,68); }
td.TdClassName
{
border-color: #C00B44;
}
.TagClassName
{
border-color: #C00B44;
}
</style>