Shades of Cardinal #C0263A
Tints of Cardinal #C0263A
RGB
CMYK
RGB Variations
Color information
#C0263A (or 0xC0263A) is known color: Cardinal. HEX triplet: C0, 26 and 3A. RGB value is (192,38,58). Sum of RGB (Red+Green+Blue) = 192+38+58=288 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.67% from 288); Green value is 38 (15.23% from 255 or 13.19% from 288); Blue value is 58 (23.05% from 255 or 20.14% from 288); Max value from RGB is 192 - color contains mainly: red. Hex color #C0263A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0263A is #3FD9C5. Grayscale: #565656. Windows color (decimal): -4184518 or 3811008. OLE color: 3811008.
HSL color Cylindrical-coordinate representation of color #C0263A: hue angle of 352.21º degrees, saturation: 0.67, 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 #C0263A is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 38 | 58 | - |
| CMYK | 0 | 0.80 | 0.70 | 0.25 |
| HSL | 352.21º | 0.67% | 0.45% | - |
| HSV(B) | 352.21º | 0.8% | 0.75% | - |
| XYZ | 23.2 | 12.9 | 5.27 | - |
| YUV | 86.33 | 112.02 | 203.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 38 | 58 | 0 | 0.80 | 0.70 | 0.25 | 352.21 | 0.67 | 0.45 |
| Hex | C0 | 26 | 3A | 0 | 50 | 46 | 19 | 160 | 43 | 2D |
| Octal | 300 | 46 | 72 | 0 | 120 | 106 | 31 | 540 | 103 | 55 |
| Binary | 11000000 | 100110 | 111010 | 0 | 1010000 | 1000110 | 11001 | 101100000 | 1000011 | 101101 |
Color Harmonies of #C0263A
Complementary color
Monochromatic Colors of #C0263A
Black with #C0263A
Text Example
Text Example
White with #C0263A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0263A; }
p { color: rgb(192,38,58); }
H1.HeaderClassName
{
color: #C0263A;
}
.AnyTagClassName
{
color: #C0263A;
}
</style>
background-color css
<style>
a { background-color: #C0263A; }
a { background-color: rgb(192,38,58); }
div.DivClassName
{
background-color: #C0263A;
}
.BgClassName
{
background-color: #C0263A;
}
</style>
border-color css
<style>
span { border-color: #C0263A; }
span { border-color: rgb(192,38,58); }
td.TdClassName
{
border-color: #C0263A;
}
.TagClassName
{
border-color: #C0263A;
}
</style>