Shades of Cardinal #CB2030
Tints of Cardinal #CB2030
RGB
CMYK
RGB Variations
Color information
#CB2030 (or 0xCB2030) is known color: Cardinal. HEX triplet: CB, 20 and 30. RGB value is (203,32,48). Sum of RGB (Red+Green+Blue) = 203+32+48=283 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.73% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 48 (19.14% from 255 or 16.96% from 283); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2030 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2030 is #34DFCF. Grayscale: #555555. Windows color (decimal): -3465168 or 3154123. OLE color: 3154123.
HSL color Cylindrical-coordinate representation of color #CB2030: hue angle of 354.39º 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 #CB2030 is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 32 | 48 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.20 |
| HSL | 354.39º | 0.73% | 0.46% | - |
| HSV(B) | 354.39º | 0.84% | 0.8% | - |
| XYZ | 25.68 | 13.94 | 4.13 | - |
| YUV | 84.95 | 107.15 | 212.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 32 | 48 | 0 | 0.84 | 0.76 | 0.20 | 354.39 | 0.73 | 0.46 |
| Hex | CB | 20 | 30 | 0 | 54 | 4C | 14 | 162 | 49 | 2E |
| Octal | 313 | 40 | 60 | 0 | 124 | 114 | 24 | 542 | 111 | 56 |
| Binary | 11001011 | 100000 | 110000 | 0 | 1010100 | 1001100 | 10100 | 101100010 | 1001001 | 101110 |
Color Harmonies of #CB2030
Complementary color
Monochromatic Colors of #CB2030
Black with #CB2030
Text Example
Text Example
White with #CB2030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2030; }
p { color: rgb(203,32,48); }
H1.HeaderClassName
{
color: #CB2030;
}
.AnyTagClassName
{
color: #CB2030;
}
</style>
background-color css
<style>
a { background-color: #CB2030; }
a { background-color: rgb(203,32,48); }
div.DivClassName
{
background-color: #CB2030;
}
.BgClassName
{
background-color: #CB2030;
}
</style>
border-color css
<style>
span { border-color: #CB2030; }
span { border-color: rgb(203,32,48); }
td.TdClassName
{
border-color: #CB2030;
}
.TagClassName
{
border-color: #CB2030;
}
</style>