Shades of Cardinal #CB1930
Tints of Cardinal #CB1930
RGB
CMYK
RGB Variations
Color information
#CB1930 (or 0xCB1930) is known color: Cardinal. HEX triplet: CB, 19 and 30. RGB value is (203,25,48). Sum of RGB (Red+Green+Blue) = 203+25+48=276 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.55% from 276); Green value is 25 (10.16% from 255 or 9.06% from 276); Blue value is 48 (19.14% from 255 or 17.39% from 276); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1930 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1930 is #34E6CF. Grayscale: #505050. Windows color (decimal): -3466960 or 3152331. OLE color: 3152331.
HSL color Cylindrical-coordinate representation of color #CB1930: hue angle of 352.25º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB1930 is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 25 | 48 | - |
| CMYK | 0 | 0.88 | 0.76 | 0.20 |
| HSL | 352.25º | 0.78% | 0.45% | - |
| HSV(B) | 352.25º | 0.88% | 0.8% | - |
| XYZ | 25.51 | 13.61 | 4.08 | - |
| YUV | 80.84 | 109.47 | 215.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 25 | 48 | 0 | 0.88 | 0.76 | 0.20 | 352.25 | 0.78 | 0.45 |
| Hex | CB | 19 | 30 | 0 | 58 | 4C | 14 | 160 | 4E | 2D |
| Octal | 313 | 31 | 60 | 0 | 130 | 114 | 24 | 540 | 116 | 55 |
| Binary | 11001011 | 11001 | 110000 | 0 | 1011000 | 1001100 | 10100 | 101100000 | 1001110 | 101101 |
Color Harmonies of #CB1930
Complementary color
Monochromatic Colors of #CB1930
Black with #CB1930
Text Example
Text Example
White with #CB1930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1930; }
p { color: rgb(203,25,48); }
H1.HeaderClassName
{
color: #CB1930;
}
.AnyTagClassName
{
color: #CB1930;
}
</style>
background-color css
<style>
a { background-color: #CB1930; }
a { background-color: rgb(203,25,48); }
div.DivClassName
{
background-color: #CB1930;
}
.BgClassName
{
background-color: #CB1930;
}
</style>
border-color css
<style>
span { border-color: #CB1930; }
span { border-color: rgb(203,25,48); }
td.TdClassName
{
border-color: #CB1930;
}
.TagClassName
{
border-color: #CB1930;
}
</style>