Shades of Cardinal #CB1234
Tints of Cardinal #CB1234
RGB
CMYK
RGB Variations
Color information
#CB1234 (or 0xCB1234) is known color: Cardinal. HEX triplet: CB, 12 and 34. RGB value is (203,18,52). Sum of RGB (Red+Green+Blue) = 203+18+52=273 (36% of max value = 765). Red value is 203 (79.69% from 255 or 74.36% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 52 (20.70% from 255 or 19.05% from 273); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1234 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1234 is #34EDCB. Grayscale: #4D4D4D. Windows color (decimal): -3468748 or 3412683. OLE color: 3412683.
HSL color Cylindrical-coordinate representation of color #CB1234: hue angle of 348.97º 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 #CB1234 is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 18 | 52 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.20 |
| HSL | 348.97º | 0.84% | 0.43% | - |
| HSV(B) | 348.97º | 0.91% | 0.8% | - |
| XYZ | 25.46 | 13.38 | 4.49 | - |
| YUV | 77.19 | 113.79 | 217.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 18 | 52 | 0 | 0.91 | 0.74 | 0.20 | 348.97 | 0.84 | 0.43 |
| Hex | CB | 12 | 34 | 0 | 5B | 4A | 14 | 15D | 54 | 2B |
| Octal | 313 | 22 | 64 | 0 | 133 | 112 | 24 | 535 | 124 | 53 |
| Binary | 11001011 | 10010 | 110100 | 0 | 1011011 | 1001010 | 10100 | 101011101 | 1010100 | 101011 |
Color Harmonies of #CB1234
Complementary color
Monochromatic Colors of #CB1234
Black with #CB1234
Text Example
Text Example
White with #CB1234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1234; }
p { color: rgb(203,18,52); }
H1.HeaderClassName
{
color: #CB1234;
}
.AnyTagClassName
{
color: #CB1234;
}
</style>
background-color css
<style>
a { background-color: #CB1234; }
a { background-color: rgb(203,18,52); }
div.DivClassName
{
background-color: #CB1234;
}
.BgClassName
{
background-color: #CB1234;
}
</style>
border-color css
<style>
span { border-color: #CB1234; }
span { border-color: rgb(203,18,52); }
td.TdClassName
{
border-color: #CB1234;
}
.TagClassName
{
border-color: #CB1234;
}
</style>