Shades of Cardinal #C30540
Tints of Cardinal #C30540
RGB
CMYK
RGB Variations
Color information
#C30540 (or 0xC30540) is known color: Cardinal. HEX triplet: C3, 05 and 40. RGB value is (195,5,64). Sum of RGB (Red+Green+Blue) = 195+5+64=264 (34% of max value = 765). Red value is 195 (76.56% from 255 or 73.86% from 264); Green value is 5 (2.34% from 255 or 1.89% from 264); Blue value is 64 (25.39% from 255 or 24.24% from 264); Max value from RGB is 195 - color contains mainly: red. Hex color #C30540 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30540 is #3CFABF. Grayscale: #444444. Windows color (decimal): -3996352 or 4195779. OLE color: 4195779.
HSL color Cylindrical-coordinate representation of color #C30540: hue angle of 341.37º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C30540 is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 5 | 64 | - |
| CMYK | 0 | 0.97 | 0.67 | 0.24 |
| HSL | 341.37º | 0.95% | 0.39% | - |
| HSV(B) | 341.37º | 0.97% | 0.76% | - |
| XYZ | 23.49 | 12.08 | 5.94 | - |
| YUV | 68.54 | 125.45 | 218.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 5 | 64 | 0 | 0.97 | 0.67 | 0.24 | 341.37 | 0.95 | 0.39 |
| Hex | C3 | 5 | 40 | 0 | 61 | 43 | 18 | 155 | 5F | 27 |
| Octal | 303 | 5 | 100 | 0 | 141 | 103 | 30 | 525 | 137 | 47 |
| Binary | 11000011 | 101 | 1000000 | 0 | 1100001 | 1000011 | 11000 | 101010101 | 1011111 | 100111 |
Color Harmonies of #C30540
Complementary color
Monochromatic Colors of #C30540
Black with #C30540
Text Example
Text Example
White with #C30540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30540; }
p { color: rgb(195,5,64); }
H1.HeaderClassName
{
color: #C30540;
}
.AnyTagClassName
{
color: #C30540;
}
</style>
background-color css
<style>
a { background-color: #C30540; }
a { background-color: rgb(195,5,64); }
div.DivClassName
{
background-color: #C30540;
}
.BgClassName
{
background-color: #C30540;
}
</style>
border-color css
<style>
span { border-color: #C30540; }
span { border-color: rgb(195,5,64); }
td.TdClassName
{
border-color: #C30540;
}
.TagClassName
{
border-color: #C30540;
}
</style>