Shades of Cardinal #CB123A
Tints of Cardinal #CB123A
RGB
CMYK
RGB Variations
Color information
#CB123A (or 0xCB123A) is known color: Cardinal. HEX triplet: CB, 12 and 3A. RGB value is (203,18,58). Sum of RGB (Red+Green+Blue) = 203+18+58=279 (36% of max value = 765). Red value is 203 (79.69% from 255 or 72.76% from 279); Green value is 18 (7.42% from 255 or 6.45% from 279); Blue value is 58 (23.05% from 255 or 20.79% from 279); Max value from RGB is 203 - color contains mainly: red. Hex color #CB123A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB123A is #34EDC5. Grayscale: #4D4D4D. Windows color (decimal): -3468742 or 3805899. OLE color: 3805899.
HSL color Cylindrical-coordinate representation of color #CB123A: hue angle of 347.03º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB123A is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 18 | 58 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.20 |
| HSL | 347.03º | 0.84% | 0.43% | - |
| HSV(B) | 347.03º | 0.91% | 0.8% | - |
| XYZ | 25.61 | 13.43 | 5.25 | - |
| YUV | 77.88 | 116.79 | 217.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 18 | 58 | 0 | 0.91 | 0.71 | 0.20 | 347.03 | 0.84 | 0.43 |
| Hex | CB | 12 | 3A | 0 | 5B | 47 | 14 | 15B | 54 | 2B |
| Octal | 313 | 22 | 72 | 0 | 133 | 107 | 24 | 533 | 124 | 53 |
| Binary | 11001011 | 10010 | 111010 | 0 | 1011011 | 1000111 | 10100 | 101011011 | 1010100 | 101011 |
Color Harmonies of #CB123A
Complementary color
Monochromatic Colors of #CB123A
Black with #CB123A
Text Example
Text Example
White with #CB123A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB123A; }
p { color: rgb(203,18,58); }
H1.HeaderClassName
{
color: #CB123A;
}
.AnyTagClassName
{
color: #CB123A;
}
</style>
background-color css
<style>
a { background-color: #CB123A; }
a { background-color: rgb(203,18,58); }
div.DivClassName
{
background-color: #CB123A;
}
.BgClassName
{
background-color: #CB123A;
}
</style>
border-color css
<style>
span { border-color: #CB123A; }
span { border-color: rgb(203,18,58); }
td.TdClassName
{
border-color: #CB123A;
}
.TagClassName
{
border-color: #CB123A;
}
</style>