Shades of Cardinal #CB1932
Tints of Cardinal #CB1932
RGB
CMYK
RGB Variations
Color information
#CB1932 (or 0xCB1932) is known color: Cardinal. HEX triplet: CB, 19 and 32. RGB value is (203,25,50). Sum of RGB (Red+Green+Blue) = 203+25+50=278 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.02% from 278); Green value is 25 (10.16% from 255 or 8.99% from 278); Blue value is 50 (19.92% from 255 or 17.99% from 278); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1932 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1932 is #34E6CD. Grayscale: #515151. Windows color (decimal): -3466958 or 3283403. OLE color: 3283403.
HSL color Cylindrical-coordinate representation of color #CB1932: hue angle of 351.57º 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 #CB1932 is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 25 | 50 | - |
| CMYK | 0 | 0.88 | 0.75 | 0.20 |
| HSL | 351.57º | 0.78% | 0.45% | - |
| HSV(B) | 351.57º | 0.88% | 0.8% | - |
| XYZ | 25.55 | 13.62 | 4.3 | - |
| YUV | 81.07 | 110.47 | 214.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 25 | 50 | 0 | 0.88 | 0.75 | 0.20 | 351.57 | 0.78 | 0.45 |
| Hex | CB | 19 | 32 | 0 | 58 | 4B | 14 | 160 | 4E | 2D |
| Octal | 313 | 31 | 62 | 0 | 130 | 113 | 24 | 540 | 116 | 55 |
| Binary | 11001011 | 11001 | 110010 | 0 | 1011000 | 1001011 | 10100 | 101100000 | 1001110 | 101101 |
Color Harmonies of #CB1932
Complementary color
Monochromatic Colors of #CB1932
Black with #CB1932
Text Example
Text Example
White with #CB1932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1932; }
p { color: rgb(203,25,50); }
H1.HeaderClassName
{
color: #CB1932;
}
.AnyTagClassName
{
color: #CB1932;
}
</style>
background-color css
<style>
a { background-color: #CB1932; }
a { background-color: rgb(203,25,50); }
div.DivClassName
{
background-color: #CB1932;
}
.BgClassName
{
background-color: #CB1932;
}
</style>
border-color css
<style>
span { border-color: #CB1932; }
span { border-color: rgb(203,25,50); }
td.TdClassName
{
border-color: #CB1932;
}
.TagClassName
{
border-color: #CB1932;
}
</style>