Shades of Cardinal #C30845
Tints of Cardinal #C30845
RGB
CMYK
RGB Variations
Color information
#C30845 (or 0xC30845) is known color: Cardinal. HEX triplet: C3, 08 and 45. RGB value is (195,8,69). Sum of RGB (Red+Green+Blue) = 195+8+69=272 (36% of max value = 765). Red value is 195 (76.56% from 255 or 71.69% from 272); Green value is 8 (3.52% from 255 or 2.94% from 272); Blue value is 69 (27.34% from 255 or 25.37% from 272); Max value from RGB is 195 - color contains mainly: red. Hex color #C30845 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30845 is #3CF7BA. Grayscale: #464646. Windows color (decimal): -3995579 or 4524227. OLE color: 4524227.
HSL color Cylindrical-coordinate representation of color #C30845: hue angle of 340.43º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C30845 is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 8 | 69 | - |
| CMYK | 0 | 0.96 | 0.65 | 0.24 |
| HSL | 340.43º | 0.92% | 0.4% | - |
| HSV(B) | 340.43º | 0.96% | 0.76% | - |
| XYZ | 23.67 | 12.21 | 6.74 | - |
| YUV | 70.87 | 126.95 | 216.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 8 | 69 | 0 | 0.96 | 0.65 | 0.24 | 340.43 | 0.92 | 0.4 |
| Hex | C3 | 8 | 45 | 0 | 60 | 41 | 18 | 154 | 5C | 28 |
| Octal | 303 | 10 | 105 | 0 | 140 | 101 | 30 | 524 | 134 | 50 |
| Binary | 11000011 | 1000 | 1000101 | 0 | 1100000 | 1000001 | 11000 | 101010100 | 1011100 | 101000 |
Color Harmonies of #C30845
Complementary color
Monochromatic Colors of #C30845
Black with #C30845
Text Example
Text Example
White with #C30845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30845; }
p { color: rgb(195,8,69); }
H1.HeaderClassName
{
color: #C30845;
}
.AnyTagClassName
{
color: #C30845;
}
</style>
background-color css
<style>
a { background-color: #C30845; }
a { background-color: rgb(195,8,69); }
div.DivClassName
{
background-color: #C30845;
}
.BgClassName
{
background-color: #C30845;
}
</style>
border-color css
<style>
span { border-color: #C30845; }
span { border-color: rgb(195,8,69); }
td.TdClassName
{
border-color: #C30845;
}
.TagClassName
{
border-color: #C30845;
}
</style>