Shades of Cardinal #CB2132
Tints of Cardinal #CB2132
RGB
CMYK
RGB Variations
Color information
#CB2132 (or 0xCB2132) is known color: Cardinal. HEX triplet: CB, 21 and 32. RGB value is (203,33,50). Sum of RGB (Red+Green+Blue) = 203+33+50=286 (37% of max value = 765). Red value is 203 (79.69% from 255 or 70.98% from 286); Green value is 33 (13.28% from 255 or 11.54% from 286); Blue value is 50 (19.92% from 255 or 17.48% from 286); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2132 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2132 is #34DECD. Grayscale: #555555. Windows color (decimal): -3464910 or 3285451. OLE color: 3285451.
HSL color Cylindrical-coordinate representation of color #CB2132: hue angle of 354º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB2132 is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 33 | 50 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.20 |
| HSL | 354º | 0.72% | 0.46% | - |
| HSV(B) | 354º | 0.84% | 0.8% | - |
| XYZ | 25.75 | 14.01 | 4.37 | - |
| YUV | 85.77 | 107.82 | 211.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 33 | 50 | 0 | 0.84 | 0.75 | 0.20 | 354 | 0.72 | 0.46 |
| Hex | CB | 21 | 32 | 0 | 54 | 4B | 14 | 162 | 48 | 2E |
| Octal | 313 | 41 | 62 | 0 | 124 | 113 | 24 | 542 | 110 | 56 |
| Binary | 11001011 | 100001 | 110010 | 0 | 1010100 | 1001011 | 10100 | 101100010 | 1001000 | 101110 |
Color Harmonies of #CB2132
Complementary color
Monochromatic Colors of #CB2132
Black with #CB2132
Text Example
Text Example
White with #CB2132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2132; }
p { color: rgb(203,33,50); }
H1.HeaderClassName
{
color: #CB2132;
}
.AnyTagClassName
{
color: #CB2132;
}
</style>
background-color css
<style>
a { background-color: #CB2132; }
a { background-color: rgb(203,33,50); }
div.DivClassName
{
background-color: #CB2132;
}
.BgClassName
{
background-color: #CB2132;
}
</style>
border-color css
<style>
span { border-color: #CB2132; }
span { border-color: rgb(203,33,50); }
td.TdClassName
{
border-color: #CB2132;
}
.TagClassName
{
border-color: #CB2132;
}
</style>