Shades of Cardinal #C00232
Tints of Cardinal #C00232
RGB
CMYK
RGB Variations
Color information
#C00232 (or 0xC00232) is known color: Cardinal. HEX triplet: C0, 02 and 32. RGB value is (192,2,50). Sum of RGB (Red+Green+Blue) = 192+2+50=244 (32% of max value = 765). Red value is 192 (75.39% from 255 or 78.69% from 244); Green value is 2 (1.17% from 255 or 0.82% from 244); Blue value is 50 (19.92% from 255 or 20.49% from 244); Max value from RGB is 192 - color contains mainly: red. Hex color #C00232 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00232 is #3FFDCD. Grayscale: #404040. Windows color (decimal): -4193742 or 3277504. OLE color: 3277504.
HSL color Cylindrical-coordinate representation of color #C00232: hue angle of 344.84º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C00232 is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 2 | 50 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.25 |
| HSL | 344.84º | 0.98% | 0.38% | - |
| HSV(B) | 344.84º | 0.99% | 0.75% | - |
| XYZ | 22.34 | 11.48 | 4.06 | - |
| YUV | 64.28 | 119.95 | 219.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 2 | 50 | 0 | 0.99 | 0.74 | 0.25 | 344.84 | 0.98 | 0.38 |
| Hex | C0 | 2 | 32 | 0 | 63 | 4A | 19 | 159 | 62 | 26 |
| Octal | 300 | 2 | 62 | 0 | 143 | 112 | 31 | 531 | 142 | 46 |
| Binary | 11000000 | 10 | 110010 | 0 | 1100011 | 1001010 | 11001 | 101011001 | 1100010 | 100110 |
Color Harmonies of #C00232
Complementary color
Monochromatic Colors of #C00232
Black with #C00232
Text Example
Text Example
White with #C00232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00232; }
p { color: rgb(192,2,50); }
H1.HeaderClassName
{
color: #C00232;
}
.AnyTagClassName
{
color: #C00232;
}
</style>
background-color css
<style>
a { background-color: #C00232; }
a { background-color: rgb(192,2,50); }
div.DivClassName
{
background-color: #C00232;
}
.BgClassName
{
background-color: #C00232;
}
</style>
border-color css
<style>
span { border-color: #C00232; }
span { border-color: rgb(192,2,50); }
td.TdClassName
{
border-color: #C00232;
}
.TagClassName
{
border-color: #C00232;
}
</style>