Shades of Cardinal #CB1630
Tints of Cardinal #CB1630
RGB
CMYK
RGB Variations
Color information
#CB1630 (or 0xCB1630) is known color: Cardinal. HEX triplet: CB, 16 and 30. RGB value is (203,22,48). Sum of RGB (Red+Green+Blue) = 203+22+48=273 (36% of max value = 765). Red value is 203 (79.69% from 255 or 74.36% from 273); Green value is 22 (8.98% from 255 or 8.06% from 273); Blue value is 48 (19.14% from 255 or 17.58% from 273); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1630 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1630 is #34E9CF. Grayscale: #4F4F4F. Windows color (decimal): -3467728 or 3151563. OLE color: 3151563.
HSL color Cylindrical-coordinate representation of color #CB1630: hue angle of 351.38º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB1630 is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 22 | 48 | - |
| CMYK | 0 | 0.89 | 0.76 | 0.20 |
| HSL | 351.38º | 0.8% | 0.44% | - |
| HSV(B) | 351.38º | 0.89% | 0.8% | - |
| XYZ | 25.45 | 13.48 | 4.06 | - |
| YUV | 79.08 | 110.47 | 216.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 22 | 48 | 0 | 0.89 | 0.76 | 0.20 | 351.38 | 0.8 | 0.44 |
| Hex | CB | 16 | 30 | 0 | 59 | 4C | 14 | 15F | 50 | 2C |
| Octal | 313 | 26 | 60 | 0 | 131 | 114 | 24 | 537 | 120 | 54 |
| Binary | 11001011 | 10110 | 110000 | 0 | 1011001 | 1001100 | 10100 | 101011111 | 1010000 | 101100 |
Color Harmonies of #CB1630
Complementary color
Monochromatic Colors of #CB1630
Black with #CB1630
Text Example
Text Example
White with #CB1630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1630; }
p { color: rgb(203,22,48); }
H1.HeaderClassName
{
color: #CB1630;
}
.AnyTagClassName
{
color: #CB1630;
}
</style>
background-color css
<style>
a { background-color: #CB1630; }
a { background-color: rgb(203,22,48); }
div.DivClassName
{
background-color: #CB1630;
}
.BgClassName
{
background-color: #CB1630;
}
</style>
border-color css
<style>
span { border-color: #CB1630; }
span { border-color: rgb(203,22,48); }
td.TdClassName
{
border-color: #CB1630;
}
.TagClassName
{
border-color: #CB1630;
}
</style>