Shades of Cardinal #C31032
Tints of Cardinal #C31032
RGB
CMYK
RGB Variations
Color information
#C31032 (or 0xC31032) is known color: Cardinal. HEX triplet: C3, 10 and 32. RGB value is (195,16,50). Sum of RGB (Red+Green+Blue) = 195+16+50=261 (34% of max value = 765). Red value is 195 (76.56% from 255 or 74.71% from 261); Green value is 16 (6.64% from 255 or 6.13% from 261); Blue value is 50 (19.92% from 255 or 19.16% from 261); Max value from RGB is 195 - color contains mainly: red. Hex color #C31032 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31032 is #3CEFCD. Grayscale: #494949. Windows color (decimal): -3993550 or 3281091. OLE color: 3281091.
HSL color Cylindrical-coordinate representation of color #C31032: hue angle of 348.6º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C31032 is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 16 | 50 | - |
| CMYK | 0 | 0.92 | 0.74 | 0.24 |
| HSL | 348.6º | 0.85% | 0.41% | - |
| HSV(B) | 348.6º | 0.92% | 0.76% | - |
| XYZ | 23.27 | 12.2 | 4.15 | - |
| YUV | 73.4 | 114.8 | 214.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 16 | 50 | 0 | 0.92 | 0.74 | 0.24 | 348.6 | 0.85 | 0.41 |
| Hex | C3 | 10 | 32 | 0 | 5C | 4A | 18 | 15D | 55 | 29 |
| Octal | 303 | 20 | 62 | 0 | 134 | 112 | 30 | 535 | 125 | 51 |
| Binary | 11000011 | 10000 | 110010 | 0 | 1011100 | 1001010 | 11000 | 101011101 | 1010101 | 101001 |
Color Harmonies of #C31032
Complementary color
Monochromatic Colors of #C31032
Black with #C31032
Text Example
Text Example
White with #C31032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31032; }
p { color: rgb(195,16,50); }
H1.HeaderClassName
{
color: #C31032;
}
.AnyTagClassName
{
color: #C31032;
}
</style>
background-color css
<style>
a { background-color: #C31032; }
a { background-color: rgb(195,16,50); }
div.DivClassName
{
background-color: #C31032;
}
.BgClassName
{
background-color: #C31032;
}
</style>
border-color css
<style>
span { border-color: #C31032; }
span { border-color: rgb(195,16,50); }
td.TdClassName
{
border-color: #C31032;
}
.TagClassName
{
border-color: #C31032;
}
</style>