Shades of Cardinal #C0233B
Tints of Cardinal #C0233B
RGB
CMYK
RGB Variations
Color information
#C0233B (or 0xC0233B) is known color: Cardinal. HEX triplet: C0, 23 and 3B. RGB value is (192,35,59). Sum of RGB (Red+Green+Blue) = 192+35+59=286 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.13% from 286); Green value is 35 (14.06% from 255 or 12.24% from 286); Blue value is 59 (23.44% from 255 or 20.63% from 286); Max value from RGB is 192 - color contains mainly: red. Hex color #C0233B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0233B is #3FDCC4. Grayscale: #545454. Windows color (decimal): -4185285 or 3875776. OLE color: 3875776.
HSL color Cylindrical-coordinate representation of color #C0233B: hue angle of 350.83º 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 #C0233B is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 35 | 59 | - |
| CMYK | 0 | 0.82 | 0.69 | 0.25 |
| HSL | 350.83º | 0.69% | 0.45% | - |
| HSV(B) | 350.83º | 0.82% | 0.75% | - |
| XYZ | 23.13 | 12.72 | 5.37 | - |
| YUV | 84.68 | 113.51 | 204.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 35 | 59 | 0 | 0.82 | 0.69 | 0.25 | 350.83 | 0.69 | 0.45 |
| Hex | C0 | 23 | 3B | 0 | 52 | 45 | 19 | 15F | 45 | 2D |
| Octal | 300 | 43 | 73 | 0 | 122 | 105 | 31 | 537 | 105 | 55 |
| Binary | 11000000 | 100011 | 111011 | 0 | 1010010 | 1000101 | 11001 | 101011111 | 1000101 | 101101 |
Color Harmonies of #C0233B
Complementary color
Monochromatic Colors of #C0233B
Black with #C0233B
Text Example
Text Example
White with #C0233B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0233B; }
p { color: rgb(192,35,59); }
H1.HeaderClassName
{
color: #C0233B;
}
.AnyTagClassName
{
color: #C0233B;
}
</style>
background-color css
<style>
a { background-color: #C0233B; }
a { background-color: rgb(192,35,59); }
div.DivClassName
{
background-color: #C0233B;
}
.BgClassName
{
background-color: #C0233B;
}
</style>
border-color css
<style>
span { border-color: #C0233B; }
span { border-color: rgb(192,35,59); }
td.TdClassName
{
border-color: #C0233B;
}
.TagClassName
{
border-color: #C0233B;
}
</style>