Shades of Cardinal #C0263C
Tints of Cardinal #C0263C
RGB
CMYK
RGB Variations
Color information
#C0263C (or 0xC0263C) is known color: Cardinal. HEX triplet: C0, 26 and 3C. RGB value is (192,38,60). Sum of RGB (Red+Green+Blue) = 192+38+60=290 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.21% from 290); Green value is 38 (15.23% from 255 or 13.10% from 290); Blue value is 60 (23.83% from 255 or 20.69% from 290); Max value from RGB is 192 - color contains mainly: red. Hex color #C0263C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0263C is #3FD9C3. Grayscale: #565656. Windows color (decimal): -4184516 or 3942080. OLE color: 3942080.
HSL color Cylindrical-coordinate representation of color #C0263C: hue angle of 351.43º 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 #C0263C is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 38 | 60 | - |
| CMYK | 0 | 0.80 | 0.69 | 0.25 |
| HSL | 351.43º | 0.67% | 0.45% | - |
| HSV(B) | 351.43º | 0.8% | 0.75% | - |
| XYZ | 23.25 | 12.92 | 5.54 | - |
| YUV | 86.55 | 113.02 | 203.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 38 | 60 | 0 | 0.80 | 0.69 | 0.25 | 351.43 | 0.67 | 0.45 |
| Hex | C0 | 26 | 3C | 0 | 50 | 45 | 19 | 15F | 43 | 2D |
| Octal | 300 | 46 | 74 | 0 | 120 | 105 | 31 | 537 | 103 | 55 |
| Binary | 11000000 | 100110 | 111100 | 0 | 1010000 | 1000101 | 11001 | 101011111 | 1000011 | 101101 |
Color Harmonies of #C0263C
Complementary color
Monochromatic Colors of #C0263C
Black with #C0263C
Text Example
Text Example
White with #C0263C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0263C; }
p { color: rgb(192,38,60); }
H1.HeaderClassName
{
color: #C0263C;
}
.AnyTagClassName
{
color: #C0263C;
}
</style>
background-color css
<style>
a { background-color: #C0263C; }
a { background-color: rgb(192,38,60); }
div.DivClassName
{
background-color: #C0263C;
}
.BgClassName
{
background-color: #C0263C;
}
</style>
border-color css
<style>
span { border-color: #C0263C; }
span { border-color: rgb(192,38,60); }
td.TdClassName
{
border-color: #C0263C;
}
.TagClassName
{
border-color: #C0263C;
}
</style>