Shades of Cardinal #C30B4E
Tints of Cardinal #C30B4E
RGB
CMYK
RGB Variations
Color information
#C30B4E (or 0xC30B4E) is known color: Cardinal. HEX triplet: C3, 0B and 4E. RGB value is (195,11,78). Sum of RGB (Red+Green+Blue) = 195+11+78=284 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.66% from 284); Green value is 11 (4.69% from 255 or 3.87% from 284); Blue value is 78 (30.86% from 255 or 27.46% from 284); Max value from RGB is 195 - color contains mainly: red. Hex color #C30B4E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30B4E is #3CF4B1. Grayscale: #494949. Windows color (decimal): -3994802 or 5114819. OLE color: 5114819.
HSL color Cylindrical-coordinate representation of color #C30B4E: hue angle of 338.15º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C30B4E is Cyan = 0, Magento = 0.94, Yellow = 0.6 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 11 | 78 | - |
| CMYK | 0 | 0.94 | 0.6 | 0.24 |
| HSL | 338.15º | 0.89% | 0.4% | - |
| HSV(B) | 338.15º | 0.94% | 0.76% | - |
| XYZ | 24 | 12.39 | 8.33 | - |
| YUV | 73.65 | 130.46 | 214.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 11 | 78 | 0 | 0.94 | 0.6 | 0.24 | 338.15 | 0.89 | 0.4 |
| Hex | C3 | B | 4E | 0 | 5E | 3C | 18 | 152 | 59 | 28 |
| Octal | 303 | 13 | 116 | 0 | 136 | 74 | 30 | 522 | 131 | 50 |
| Binary | 11000011 | 1011 | 1001110 | 0 | 1011110 | 111100 | 11000 | 101010010 | 1011001 | 101000 |
Color Harmonies of #C30B4E
Complementary color
Monochromatic Colors of #C30B4E
Black with #C30B4E
Text Example
Text Example
White with #C30B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30B4E; }
p { color: rgb(195,11,78); }
H1.HeaderClassName
{
color: #C30B4E;
}
.AnyTagClassName
{
color: #C30B4E;
}
</style>
background-color css
<style>
a { background-color: #C30B4E; }
a { background-color: rgb(195,11,78); }
div.DivClassName
{
background-color: #C30B4E;
}
.BgClassName
{
background-color: #C30B4E;
}
</style>
border-color css
<style>
span { border-color: #C30B4E; }
span { border-color: rgb(195,11,78); }
td.TdClassName
{
border-color: #C30B4E;
}
.TagClassName
{
border-color: #C30B4E;
}
</style>