Shades of Cardinal #C3133B
Tints of Cardinal #C3133B
RGB
CMYK
RGB Variations
Color information
#C3133B (or 0xC3133B) is known color: Cardinal. HEX triplet: C3, 13 and 3B. RGB value is (195,19,59). Sum of RGB (Red+Green+Blue) = 195+19+59=273 (36% of max value = 765). Red value is 195 (76.56% from 255 or 71.43% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 59 (23.44% from 255 or 21.61% from 273); Max value from RGB is 195 - color contains mainly: red. Hex color #C3133B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3133B is #3CECC4. Grayscale: #4C4C4C. Windows color (decimal): -3992773 or 3871683. OLE color: 3871683.
HSL color Cylindrical-coordinate representation of color #C3133B: hue angle of 346.36º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C3133B is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 19 | 59 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.24 |
| HSL | 346.36º | 0.82% | 0.42% | - |
| HSV(B) | 346.36º | 0.9% | 0.76% | - |
| XYZ | 23.53 | 12.38 | 5.29 | - |
| YUV | 76.18 | 118.31 | 212.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 19 | 59 | 0 | 0.90 | 0.70 | 0.24 | 346.36 | 0.82 | 0.42 |
| Hex | C3 | 13 | 3B | 0 | 5A | 46 | 18 | 15A | 52 | 2A |
| Octal | 303 | 23 | 73 | 0 | 132 | 106 | 30 | 532 | 122 | 52 |
| Binary | 11000011 | 10011 | 111011 | 0 | 1011010 | 1000110 | 11000 | 101011010 | 1010010 | 101010 |
Color Harmonies of #C3133B
Complementary color
Monochromatic Colors of #C3133B
Black with #C3133B
Text Example
Text Example
White with #C3133B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3133B; }
p { color: rgb(195,19,59); }
H1.HeaderClassName
{
color: #C3133B;
}
.AnyTagClassName
{
color: #C3133B;
}
</style>
background-color css
<style>
a { background-color: #C3133B; }
a { background-color: rgb(195,19,59); }
div.DivClassName
{
background-color: #C3133B;
}
.BgClassName
{
background-color: #C3133B;
}
</style>
border-color css
<style>
span { border-color: #C3133B; }
span { border-color: rgb(195,19,59); }
td.TdClassName
{
border-color: #C3133B;
}
.TagClassName
{
border-color: #C3133B;
}
</style>