Shades of Cardinal #C30B4F
Tints of Cardinal #C30B4F
RGB
CMYK
RGB Variations
Color information
#C30B4F (or 0xC30B4F) is known color: Cardinal. HEX triplet: C3, 0B and 4F. RGB value is (195,11,79). Sum of RGB (Red+Green+Blue) = 195+11+79=285 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.42% from 285); Green value is 11 (4.69% from 255 or 3.86% from 285); Blue value is 79 (31.25% from 255 or 27.72% from 285); Max value from RGB is 195 - color contains mainly: red. Hex color #C30B4F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30B4F is #3CF4B0. Grayscale: #494949. Windows color (decimal): -3994801 or 5180355. OLE color: 5180355.
HSL color Cylindrical-coordinate representation of color #C30B4F: hue angle of 337.83º 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 #C30B4F is Cyan = 0, Magento = 0.94, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 11 | 79 | - |
| CMYK | 0 | 0.94 | 0.59 | 0.24 |
| HSL | 337.83º | 0.89% | 0.4% | - |
| HSV(B) | 337.83º | 0.94% | 0.76% | - |
| XYZ | 24.04 | 12.41 | 8.52 | - |
| YUV | 73.77 | 130.96 | 214.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 11 | 79 | 0 | 0.94 | 0.59 | 0.24 | 337.83 | 0.89 | 0.4 |
| Hex | C3 | B | 4F | 0 | 5E | 3B | 18 | 152 | 59 | 28 |
| Octal | 303 | 13 | 117 | 0 | 136 | 73 | 30 | 522 | 131 | 50 |
| Binary | 11000011 | 1011 | 1001111 | 0 | 1011110 | 111011 | 11000 | 101010010 | 1011001 | 101000 |
Color Harmonies of #C30B4F
Complementary color
Monochromatic Colors of #C30B4F
Black with #C30B4F
Text Example
Text Example
White with #C30B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30B4F; }
p { color: rgb(195,11,79); }
H1.HeaderClassName
{
color: #C30B4F;
}
.AnyTagClassName
{
color: #C30B4F;
}
</style>
background-color css
<style>
a { background-color: #C30B4F; }
a { background-color: rgb(195,11,79); }
div.DivClassName
{
background-color: #C30B4F;
}
.BgClassName
{
background-color: #C30B4F;
}
</style>
border-color css
<style>
span { border-color: #C30B4F; }
span { border-color: rgb(195,11,79); }
td.TdClassName
{
border-color: #C30B4F;
}
.TagClassName
{
border-color: #C30B4F;
}
</style>