Shades of Cardinal #C3033B
Tints of Cardinal #C3033B
RGB
CMYK
RGB Variations
Color information
#C3033B (or 0xC3033B) is known color: Cardinal. HEX triplet: C3, 03 and 3B. RGB value is (195,3,59). Sum of RGB (Red+Green+Blue) = 195+3+59=257 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75.88% from 257); Green value is 3 (1.56% from 255 or 1.17% from 257); Blue value is 59 (23.44% from 255 or 22.96% from 257); Max value from RGB is 195 - color contains mainly: red. Hex color #C3033B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3033B is #3CFCC4. Grayscale: #424242. Windows color (decimal): -3996869 or 3867587. OLE color: 3867587.
HSL color Cylindrical-coordinate representation of color #C3033B: hue angle of 342.5º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C3033B is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 3 | 59 | - |
| CMYK | 0 | 0.98 | 0.70 | 0.24 |
| HSL | 342.5º | 0.97% | 0.39% | - |
| HSV(B) | 342.5º | 0.98% | 0.76% | - |
| XYZ | 23.33 | 11.98 | 5.22 | - |
| YUV | 66.79 | 123.61 | 219.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 3 | 59 | 0 | 0.98 | 0.70 | 0.24 | 342.5 | 0.97 | 0.39 |
| Hex | C3 | 3 | 3B | 0 | 62 | 46 | 18 | 156 | 61 | 27 |
| Octal | 303 | 3 | 73 | 0 | 142 | 106 | 30 | 526 | 141 | 47 |
| Binary | 11000011 | 11 | 111011 | 0 | 1100010 | 1000110 | 11000 | 101010110 | 1100001 | 100111 |
Color Harmonies of #C3033B
Complementary color
Monochromatic Colors of #C3033B
Black with #C3033B
Text Example
Text Example
White with #C3033B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3033B; }
p { color: rgb(195,3,59); }
H1.HeaderClassName
{
color: #C3033B;
}
.AnyTagClassName
{
color: #C3033B;
}
</style>
background-color css
<style>
a { background-color: #C3033B; }
a { background-color: rgb(195,3,59); }
div.DivClassName
{
background-color: #C3033B;
}
.BgClassName
{
background-color: #C3033B;
}
</style>
border-color css
<style>
span { border-color: #C3033B; }
span { border-color: rgb(195,3,59); }
td.TdClassName
{
border-color: #C3033B;
}
.TagClassName
{
border-color: #C3033B;
}
</style>