Shades of Cardinal #CB2048
Tints of Cardinal #CB2048
RGB
CMYK
RGB Variations
Color information
#CB2048 (or 0xCB2048) is known color: Cardinal. HEX triplet: CB, 20 and 48. RGB value is (203,32,72). Sum of RGB (Red+Green+Blue) = 203+32+72=307 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.12% from 307); Green value is 32 (12.89% from 255 or 10.42% from 307); Blue value is 72 (28.52% from 255 or 23.45% from 307); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2048 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2048 is #34DFB7. Grayscale: #575757. Windows color (decimal): -3465144 or 4726987. OLE color: 4726987.
HSL color Cylindrical-coordinate representation of color #CB2048: hue angle of 345.96º degrees, saturation: 0.73, 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 #CB2048 is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 32 | 72 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.20 |
| HSL | 345.96º | 0.73% | 0.46% | - |
| HSV(B) | 345.96º | 0.84% | 0.8% | - |
| XYZ | 26.31 | 14.2 | 7.48 | - |
| YUV | 87.69 | 119.15 | 210.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 32 | 72 | 0 | 0.84 | 0.65 | 0.20 | 345.96 | 0.73 | 0.46 |
| Hex | CB | 20 | 48 | 0 | 54 | 41 | 14 | 15A | 49 | 2E |
| Octal | 313 | 40 | 110 | 0 | 124 | 101 | 24 | 532 | 111 | 56 |
| Binary | 11001011 | 100000 | 1001000 | 0 | 1010100 | 1000001 | 10100 | 101011010 | 1001001 | 101110 |
Color Harmonies of #CB2048
Complementary color
Monochromatic Colors of #CB2048
Black with #CB2048
Text Example
Text Example
White with #CB2048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2048; }
p { color: rgb(203,32,72); }
H1.HeaderClassName
{
color: #CB2048;
}
.AnyTagClassName
{
color: #CB2048;
}
</style>
background-color css
<style>
a { background-color: #CB2048; }
a { background-color: rgb(203,32,72); }
div.DivClassName
{
background-color: #CB2048;
}
.BgClassName
{
background-color: #CB2048;
}
</style>
border-color css
<style>
span { border-color: #CB2048; }
span { border-color: rgb(203,32,72); }
td.TdClassName
{
border-color: #CB2048;
}
.TagClassName
{
border-color: #CB2048;
}
</style>