Shades of Cardinal #C0273A
Tints of Cardinal #C0273A
RGB
CMYK
RGB Variations
Color information
#C0273A (or 0xC0273A) is known color: Cardinal. HEX triplet: C0, 27 and 3A. RGB value is (192,39,58). Sum of RGB (Red+Green+Blue) = 192+39+58=289 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.44% from 289); Green value is 39 (15.62% from 255 or 13.49% from 289); Blue value is 58 (23.05% from 255 or 20.07% from 289); Max value from RGB is 192 - color contains mainly: red. Hex color #C0273A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0273A is #3FD8C5. Grayscale: #565656. Windows color (decimal): -4184262 or 3811264. OLE color: 3811264.
HSL color Cylindrical-coordinate representation of color #C0273A: hue angle of 352.55º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C0273A is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 39 | 58 | - |
| CMYK | 0 | 0.80 | 0.70 | 0.25 |
| HSL | 352.55º | 0.66% | 0.45% | - |
| HSV(B) | 352.55º | 0.8% | 0.75% | - |
| XYZ | 23.23 | 12.96 | 5.28 | - |
| YUV | 86.91 | 111.69 | 202.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 39 | 58 | 0 | 0.80 | 0.70 | 0.25 | 352.55 | 0.66 | 0.45 |
| Hex | C0 | 27 | 3A | 0 | 50 | 46 | 19 | 161 | 42 | 2D |
| Octal | 300 | 47 | 72 | 0 | 120 | 106 | 31 | 541 | 102 | 55 |
| Binary | 11000000 | 100111 | 111010 | 0 | 1010000 | 1000110 | 11001 | 101100001 | 1000010 | 101101 |
Color Harmonies of #C0273A
Complementary color
Monochromatic Colors of #C0273A
Black with #C0273A
Text Example
Text Example
White with #C0273A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0273A; }
p { color: rgb(192,39,58); }
H1.HeaderClassName
{
color: #C0273A;
}
.AnyTagClassName
{
color: #C0273A;
}
</style>
background-color css
<style>
a { background-color: #C0273A; }
a { background-color: rgb(192,39,58); }
div.DivClassName
{
background-color: #C0273A;
}
.BgClassName
{
background-color: #C0273A;
}
</style>
border-color css
<style>
span { border-color: #C0273A; }
span { border-color: rgb(192,39,58); }
td.TdClassName
{
border-color: #C0273A;
}
.TagClassName
{
border-color: #C0273A;
}
</style>