Shades of Cardinal #C0232A
Tints of Cardinal #C0232A
RGB
CMYK
RGB Variations
Color information
#C0232A (or 0xC0232A) is known color: Cardinal. HEX triplet: C0, 23 and 2A. RGB value is (192,35,42). Sum of RGB (Red+Green+Blue) = 192+35+42=269 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.38% from 269); Green value is 35 (14.06% from 255 or 13.01% from 269); Blue value is 42 (16.80% from 255 or 15.61% from 269); Max value from RGB is 192 - color contains mainly: red. Hex color #C0232A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0232A is #3FDCD5. Grayscale: #525252. Windows color (decimal): -4185302 or 2761664. OLE color: 2761664.
HSL color Cylindrical-coordinate representation of color #C0232A: hue angle of 357.32º 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 #C0232A is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 35 | 42 | - |
| CMYK | 0 | 0.82 | 0.78 | 0.25 |
| HSL | 357.32º | 0.69% | 0.45% | - |
| HSV(B) | 357.32º | 0.82% | 0.75% | - |
| XYZ | 22.76 | 12.58 | 3.42 | - |
| YUV | 82.74 | 105.01 | 205.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 35 | 42 | 0 | 0.82 | 0.78 | 0.25 | 357.32 | 0.69 | 0.45 |
| Hex | C0 | 23 | 2A | 0 | 52 | 4E | 19 | 165 | 45 | 2D |
| Octal | 300 | 43 | 52 | 0 | 122 | 116 | 31 | 545 | 105 | 55 |
| Binary | 11000000 | 100011 | 101010 | 0 | 1010010 | 1001110 | 11001 | 101100101 | 1000101 | 101101 |
Color Harmonies of #C0232A
Complementary color
Monochromatic Colors of #C0232A
Black with #C0232A
Text Example
Text Example
White with #C0232A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0232A; }
p { color: rgb(192,35,42); }
H1.HeaderClassName
{
color: #C0232A;
}
.AnyTagClassName
{
color: #C0232A;
}
</style>
background-color css
<style>
a { background-color: #C0232A; }
a { background-color: rgb(192,35,42); }
div.DivClassName
{
background-color: #C0232A;
}
.BgClassName
{
background-color: #C0232A;
}
</style>
border-color css
<style>
span { border-color: #C0232A; }
span { border-color: rgb(192,35,42); }
td.TdClassName
{
border-color: #C0232A;
}
.TagClassName
{
border-color: #C0232A;
}
</style>