Shades of Cardinal #CB1330
Tints of Cardinal #CB1330
RGB
CMYK
RGB Variations
Color information
#CB1330 (or 0xCB1330) is known color: Cardinal. HEX triplet: CB, 13 and 30. RGB value is (203,19,48). Sum of RGB (Red+Green+Blue) = 203+19+48=270 (35% of max value = 765). Red value is 203 (79.69% from 255 or 75.19% from 270); Green value is 19 (7.81% from 255 or 7.04% from 270); Blue value is 48 (19.14% from 255 or 17.78% from 270); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1330 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1330 is #34ECCF. Grayscale: #4D4D4D. Windows color (decimal): -3468496 or 3150795. OLE color: 3150795.
HSL color Cylindrical-coordinate representation of color #CB1330: hue angle of 350.54º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB1330 is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 19 | 48 | - |
| CMYK | 0 | 0.91 | 0.76 | 0.20 |
| HSL | 350.54º | 0.83% | 0.44% | - |
| HSV(B) | 350.54º | 0.91% | 0.8% | - |
| XYZ | 25.39 | 13.38 | 4.04 | - |
| YUV | 77.32 | 111.46 | 217.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 19 | 48 | 0 | 0.91 | 0.76 | 0.20 | 350.54 | 0.83 | 0.44 |
| Hex | CB | 13 | 30 | 0 | 5B | 4C | 14 | 15F | 53 | 2C |
| Octal | 313 | 23 | 60 | 0 | 133 | 114 | 24 | 537 | 123 | 54 |
| Binary | 11001011 | 10011 | 110000 | 0 | 1011011 | 1001100 | 10100 | 101011111 | 1010011 | 101100 |
Color Harmonies of #CB1330
Complementary color
Monochromatic Colors of #CB1330
Black with #CB1330
Text Example
Text Example
White with #CB1330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1330; }
p { color: rgb(203,19,48); }
H1.HeaderClassName
{
color: #CB1330;
}
.AnyTagClassName
{
color: #CB1330;
}
</style>
background-color css
<style>
a { background-color: #CB1330; }
a { background-color: rgb(203,19,48); }
div.DivClassName
{
background-color: #CB1330;
}
.BgClassName
{
background-color: #CB1330;
}
</style>
border-color css
<style>
span { border-color: #CB1330; }
span { border-color: rgb(203,19,48); }
td.TdClassName
{
border-color: #CB1330;
}
.TagClassName
{
border-color: #CB1330;
}
</style>