Shades of Cardinal #C0132D
Tints of Cardinal #C0132D
RGB
CMYK
RGB Variations
Color information
#C0132D (or 0xC0132D) is known color: Cardinal. HEX triplet: C0, 13 and 2D. RGB value is (192,19,45). Sum of RGB (Red+Green+Blue) = 192+19+45=256 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75% from 256); Green value is 19 (7.81% from 255 or 7.42% from 256); Blue value is 45 (17.97% from 255 or 17.58% from 256); Max value from RGB is 192 - color contains mainly: red. Hex color #C0132D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0132D is #3FECD2. Grayscale: #494949. Windows color (decimal): -4189395 or 2954176. OLE color: 2954176.
HSL color Cylindrical-coordinate representation of color #C0132D: hue angle of 350.98º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C0132D is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 19 | 45 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.25 |
| HSL | 350.98º | 0.82% | 0.41% | - |
| HSV(B) | 350.98º | 0.9% | 0.75% | - |
| XYZ | 22.44 | 11.86 | 3.59 | - |
| YUV | 73.69 | 111.81 | 212.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 19 | 45 | 0 | 0.90 | 0.77 | 0.25 | 350.98 | 0.82 | 0.41 |
| Hex | C0 | 13 | 2D | 0 | 5A | 4D | 19 | 15F | 52 | 29 |
| Octal | 300 | 23 | 55 | 0 | 132 | 115 | 31 | 537 | 122 | 51 |
| Binary | 11000000 | 10011 | 101101 | 0 | 1011010 | 1001101 | 11001 | 101011111 | 1010010 | 101001 |
Color Harmonies of #C0132D
Complementary color
Monochromatic Colors of #C0132D
Black with #C0132D
Text Example
Text Example
White with #C0132D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0132D; }
p { color: rgb(192,19,45); }
H1.HeaderClassName
{
color: #C0132D;
}
.AnyTagClassName
{
color: #C0132D;
}
</style>
background-color css
<style>
a { background-color: #C0132D; }
a { background-color: rgb(192,19,45); }
div.DivClassName
{
background-color: #C0132D;
}
.BgClassName
{
background-color: #C0132D;
}
</style>
border-color css
<style>
span { border-color: #C0132D; }
span { border-color: rgb(192,19,45); }
td.TdClassName
{
border-color: #C0132D;
}
.TagClassName
{
border-color: #C0132D;
}
</style>