Shades of Cardinal #C10232
Tints of Cardinal #C10232
RGB
CMYK
RGB Variations
Color information
#C10232 (or 0xC10232) is known color: Cardinal. HEX triplet: C1, 02 and 32. RGB value is (193,2,50). Sum of RGB (Red+Green+Blue) = 193+2+50=245 (32% of max value = 765). Red value is 193 (75.78% from 255 or 78.78% from 245); Green value is 2 (1.17% from 255 or 0.82% from 245); Blue value is 50 (19.92% from 255 or 20.41% from 245); Max value from RGB is 193 - color contains mainly: red. Hex color #C10232 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10232 is #3EFDCD. Grayscale: #404040. Windows color (decimal): -4128206 or 3277505. OLE color: 3277505.
HSL color Cylindrical-coordinate representation of color #C10232: hue angle of 344.92º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C10232 is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 2 | 50 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.24 |
| HSL | 344.92º | 0.98% | 0.38% | - |
| HSV(B) | 344.92º | 0.99% | 0.76% | - |
| XYZ | 22.59 | 11.61 | 4.07 | - |
| YUV | 64.58 | 119.78 | 219.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 2 | 50 | 0 | 0.99 | 0.74 | 0.24 | 344.92 | 0.98 | 0.38 |
| Hex | C1 | 2 | 32 | 0 | 63 | 4A | 18 | 159 | 62 | 26 |
| Octal | 301 | 2 | 62 | 0 | 143 | 112 | 30 | 531 | 142 | 46 |
| Binary | 11000001 | 10 | 110010 | 0 | 1100011 | 1001010 | 11000 | 101011001 | 1100010 | 100110 |
Color Harmonies of #C10232
Complementary color
Monochromatic Colors of #C10232
Black with #C10232
Text Example
Text Example
White with #C10232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10232; }
p { color: rgb(193,2,50); }
H1.HeaderClassName
{
color: #C10232;
}
.AnyTagClassName
{
color: #C10232;
}
</style>
background-color css
<style>
a { background-color: #C10232; }
a { background-color: rgb(193,2,50); }
div.DivClassName
{
background-color: #C10232;
}
.BgClassName
{
background-color: #C10232;
}
</style>
border-color css
<style>
span { border-color: #C10232; }
span { border-color: rgb(193,2,50); }
td.TdClassName
{
border-color: #C10232;
}
.TagClassName
{
border-color: #C10232;
}
</style>