Shades of Cardinal #C30A44
Tints of Cardinal #C30A44
RGB
CMYK
RGB Variations
Color information
#C30A44 (or 0xC30A44) is known color: Cardinal. HEX triplet: C3, 0A and 44. RGB value is (195,10,68). Sum of RGB (Red+Green+Blue) = 195+10+68=273 (36% of max value = 765). Red value is 195 (76.56% from 255 or 71.43% from 273); Green value is 10 (4.30% from 255 or 3.66% from 273); Blue value is 68 (26.95% from 255 or 24.91% from 273); Max value from RGB is 195 - color contains mainly: red. Hex color #C30A44 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30A44 is #3CF5BB. Grayscale: #474747. Windows color (decimal): -3995068 or 4459203. OLE color: 4459203.
HSL color Cylindrical-coordinate representation of color #C30A44: hue angle of 341.19º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C30A44 is Cyan = 0, Magento = 0.95, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 10 | 68 | - |
| CMYK | 0 | 0.95 | 0.65 | 0.24 |
| HSL | 341.19º | 0.9% | 0.4% | - |
| HSV(B) | 341.19º | 0.95% | 0.76% | - |
| XYZ | 23.66 | 12.24 | 6.58 | - |
| YUV | 71.93 | 125.79 | 215.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 10 | 68 | 0 | 0.95 | 0.65 | 0.24 | 341.19 | 0.9 | 0.4 |
| Hex | C3 | A | 44 | 0 | 5F | 41 | 18 | 155 | 5A | 28 |
| Octal | 303 | 12 | 104 | 0 | 137 | 101 | 30 | 525 | 132 | 50 |
| Binary | 11000011 | 1010 | 1000100 | 0 | 1011111 | 1000001 | 11000 | 101010101 | 1011010 | 101000 |
Color Harmonies of #C30A44
Complementary color
Monochromatic Colors of #C30A44
Black with #C30A44
Text Example
Text Example
White with #C30A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30A44; }
p { color: rgb(195,10,68); }
H1.HeaderClassName
{
color: #C30A44;
}
.AnyTagClassName
{
color: #C30A44;
}
</style>
background-color css
<style>
a { background-color: #C30A44; }
a { background-color: rgb(195,10,68); }
div.DivClassName
{
background-color: #C30A44;
}
.BgClassName
{
background-color: #C30A44;
}
</style>
border-color css
<style>
span { border-color: #C30A44; }
span { border-color: rgb(195,10,68); }
td.TdClassName
{
border-color: #C30A44;
}
.TagClassName
{
border-color: #C30A44;
}
</style>