Shades of Cardinal #C30C39
Tints of Cardinal #C30C39
RGB
CMYK
RGB Variations
Color information
#C30C39 (or 0xC30C39) is known color: Cardinal. HEX triplet: C3, 0C and 39. RGB value is (195,12,57). Sum of RGB (Red+Green+Blue) = 195+12+57=264 (34% of max value = 765). Red value is 195 (76.56% from 255 or 73.86% from 264); Green value is 12 (5.08% from 255 or 4.55% from 264); Blue value is 57 (22.66% from 255 or 21.59% from 264); Max value from RGB is 195 - color contains mainly: red. Hex color #C30C39 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30C39 is #3CF3C6. Grayscale: #474747. Windows color (decimal): -3994567 or 3738819. OLE color: 3738819.
HSL color Cylindrical-coordinate representation of color #C30C39: hue angle of 345.25º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C30C39 is Cyan = 0, Magento = 0.94, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 12 | 57 | - |
| CMYK | 0 | 0.94 | 0.71 | 0.24 |
| HSL | 345.25º | 0.88% | 0.41% | - |
| HSV(B) | 345.25º | 0.94% | 0.76% | - |
| XYZ | 23.38 | 12.16 | 4.99 | - |
| YUV | 71.85 | 119.63 | 215.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 12 | 57 | 0 | 0.94 | 0.71 | 0.24 | 345.25 | 0.88 | 0.41 |
| Hex | C3 | C | 39 | 0 | 5E | 47 | 18 | 159 | 58 | 29 |
| Octal | 303 | 14 | 71 | 0 | 136 | 107 | 30 | 531 | 130 | 51 |
| Binary | 11000011 | 1100 | 111001 | 0 | 1011110 | 1000111 | 11000 | 101011001 | 1011000 | 101001 |
Color Harmonies of #C30C39
Complementary color
Monochromatic Colors of #C30C39
Black with #C30C39
Text Example
Text Example
White with #C30C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30C39; }
p { color: rgb(195,12,57); }
H1.HeaderClassName
{
color: #C30C39;
}
.AnyTagClassName
{
color: #C30C39;
}
</style>
background-color css
<style>
a { background-color: #C30C39; }
a { background-color: rgb(195,12,57); }
div.DivClassName
{
background-color: #C30C39;
}
.BgClassName
{
background-color: #C30C39;
}
</style>
border-color css
<style>
span { border-color: #C30C39; }
span { border-color: rgb(195,12,57); }
td.TdClassName
{
border-color: #C30C39;
}
.TagClassName
{
border-color: #C30C39;
}
</style>