Shades of Cardinal #CB2045
Tints of Cardinal #CB2045
RGB
CMYK
RGB Variations
Color information
#CB2045 (or 0xCB2045) is known color: Cardinal. HEX triplet: CB, 20 and 45. RGB value is (203,32,69). Sum of RGB (Red+Green+Blue) = 203+32+69=304 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.78% from 304); Green value is 32 (12.89% from 255 or 10.53% from 304); Blue value is 69 (27.34% from 255 or 22.70% from 304); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2045 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2045 is #34DFBA. Grayscale: #575757. Windows color (decimal): -3465147 or 4530379. OLE color: 4530379.
HSL color Cylindrical-coordinate representation of color #CB2045: hue angle of 347.02º 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 #CB2045 is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 32 | 69 | - |
| CMYK | 0 | 0.84 | 0.66 | 0.20 |
| HSL | 347.02º | 0.73% | 0.46% | - |
| HSV(B) | 347.02º | 0.84% | 0.8% | - |
| XYZ | 26.22 | 14.16 | 6.98 | - |
| YUV | 87.35 | 117.65 | 210.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 32 | 69 | 0 | 0.84 | 0.66 | 0.20 | 347.02 | 0.73 | 0.46 |
| Hex | CB | 20 | 45 | 0 | 54 | 42 | 14 | 15B | 49 | 2E |
| Octal | 313 | 40 | 105 | 0 | 124 | 102 | 24 | 533 | 111 | 56 |
| Binary | 11001011 | 100000 | 1000101 | 0 | 1010100 | 1000010 | 10100 | 101011011 | 1001001 | 101110 |
Color Harmonies of #CB2045
Complementary color
Monochromatic Colors of #CB2045
Black with #CB2045
Text Example
Text Example
White with #CB2045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2045; }
p { color: rgb(203,32,69); }
H1.HeaderClassName
{
color: #CB2045;
}
.AnyTagClassName
{
color: #CB2045;
}
</style>
background-color css
<style>
a { background-color: #CB2045; }
a { background-color: rgb(203,32,69); }
div.DivClassName
{
background-color: #CB2045;
}
.BgClassName
{
background-color: #CB2045;
}
</style>
border-color css
<style>
span { border-color: #CB2045; }
span { border-color: rgb(203,32,69); }
td.TdClassName
{
border-color: #CB2045;
}
.TagClassName
{
border-color: #CB2045;
}
</style>