Shades of Cardinal #C0122B
Tints of Cardinal #C0122B
RGB
CMYK
RGB Variations
Color information
#C0122B (or 0xC0122B) is known color: Cardinal. HEX triplet: C0, 12 and 2B. RGB value is (192,18,43). Sum of RGB (Red+Green+Blue) = 192+18+43=253 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75.89% from 253); Green value is 18 (7.42% from 255 or 7.11% from 253); Blue value is 43 (17.19% from 255 or 17.00% from 253); Max value from RGB is 192 - color contains mainly: red. Hex color #C0122B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0122B is #3FEDD4. Grayscale: #484848. Windows color (decimal): -4189653 or 2822848. OLE color: 2822848.
HSL color Cylindrical-coordinate representation of color #C0122B: hue angle of 351.38º degrees, saturation: 0.83, 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 #C0122B is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 18 | 43 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.25 |
| HSL | 351.38º | 0.83% | 0.41% | - |
| HSV(B) | 351.38º | 0.91% | 0.75% | - |
| XYZ | 22.39 | 11.81 | 3.39 | - |
| YUV | 72.88 | 111.15 | 212.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 18 | 43 | 0 | 0.91 | 0.78 | 0.25 | 351.38 | 0.83 | 0.41 |
| Hex | C0 | 12 | 2B | 0 | 5B | 4E | 19 | 15F | 53 | 29 |
| Octal | 300 | 22 | 53 | 0 | 133 | 116 | 31 | 537 | 123 | 51 |
| Binary | 11000000 | 10010 | 101011 | 0 | 1011011 | 1001110 | 11001 | 101011111 | 1010011 | 101001 |
Color Harmonies of #C0122B
Complementary color
Monochromatic Colors of #C0122B
Black with #C0122B
Text Example
Text Example
White with #C0122B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0122B; }
p { color: rgb(192,18,43); }
H1.HeaderClassName
{
color: #C0122B;
}
.AnyTagClassName
{
color: #C0122B;
}
</style>
background-color css
<style>
a { background-color: #C0122B; }
a { background-color: rgb(192,18,43); }
div.DivClassName
{
background-color: #C0122B;
}
.BgClassName
{
background-color: #C0122B;
}
</style>
border-color css
<style>
span { border-color: #C0122B; }
span { border-color: rgb(192,18,43); }
td.TdClassName
{
border-color: #C0122B;
}
.TagClassName
{
border-color: #C0122B;
}
</style>