Shades of Cardinal #C0232D
Tints of Cardinal #C0232D
RGB
CMYK
RGB Variations
Color information
#C0232D (or 0xC0232D) is known color: Cardinal. HEX triplet: C0, 23 and 2D. RGB value is (192,35,45). Sum of RGB (Red+Green+Blue) = 192+35+45=272 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.59% from 272); Green value is 35 (14.06% from 255 or 12.87% from 272); Blue value is 45 (17.97% from 255 or 16.54% from 272); Max value from RGB is 192 - color contains mainly: red. Hex color #C0232D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0232D is #3FDCD2. Grayscale: #535353. Windows color (decimal): -4185299 or 2958272. OLE color: 2958272.
HSL color Cylindrical-coordinate representation of color #C0232D: hue angle of 356.18º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C0232D is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 35 | 45 | - |
| CMYK | 0 | 0.82 | 0.77 | 0.25 |
| HSL | 356.18º | 0.69% | 0.45% | - |
| HSV(B) | 356.18º | 0.82% | 0.75% | - |
| XYZ | 22.81 | 12.6 | 3.71 | - |
| YUV | 83.08 | 106.51 | 205.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 35 | 45 | 0 | 0.82 | 0.77 | 0.25 | 356.18 | 0.69 | 0.45 |
| Hex | C0 | 23 | 2D | 0 | 52 | 4D | 19 | 164 | 45 | 2D |
| Octal | 300 | 43 | 55 | 0 | 122 | 115 | 31 | 544 | 105 | 55 |
| Binary | 11000000 | 100011 | 101101 | 0 | 1010010 | 1001101 | 11001 | 101100100 | 1000101 | 101101 |
Color Harmonies of #C0232D
Complementary color
Monochromatic Colors of #C0232D
Black with #C0232D
Text Example
Text Example
White with #C0232D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0232D; }
p { color: rgb(192,35,45); }
H1.HeaderClassName
{
color: #C0232D;
}
.AnyTagClassName
{
color: #C0232D;
}
</style>
background-color css
<style>
a { background-color: #C0232D; }
a { background-color: rgb(192,35,45); }
div.DivClassName
{
background-color: #C0232D;
}
.BgClassName
{
background-color: #C0232D;
}
</style>
border-color css
<style>
span { border-color: #C0232D; }
span { border-color: rgb(192,35,45); }
td.TdClassName
{
border-color: #C0232D;
}
.TagClassName
{
border-color: #C0232D;
}
</style>