Shades of Cardinal #CB1A43
Tints of Cardinal #CB1A43
RGB
CMYK
RGB Variations
Color information
#CB1A43 (or 0xCB1A43) is known color: Cardinal. HEX triplet: CB, 1A and 43. RGB value is (203,26,67). Sum of RGB (Red+Green+Blue) = 203+26+67=296 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.58% from 296); Green value is 26 (10.55% from 255 or 8.78% from 296); Blue value is 67 (26.56% from 255 or 22.64% from 296); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1A43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB1A43 is #34E5BC. Grayscale: #535353. Windows color (decimal): -3466685 or 4397771. OLE color: 4397771.
HSL color Cylindrical-coordinate representation of color #CB1A43: hue angle of 346.1º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CB1A43 is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 26 | 67 | - |
| CMYK | 0 | 0.87 | 0.67 | 0.20 |
| HSL | 346.1º | 0.77% | 0.45% | - |
| HSV(B) | 346.1º | 0.87% | 0.8% | - |
| XYZ | 26.01 | 13.84 | 6.61 | - |
| YUV | 83.6 | 118.64 | 213.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 26 | 67 | 0 | 0.87 | 0.67 | 0.20 | 346.1 | 0.77 | 0.45 |
| Hex | CB | 1A | 43 | 0 | 57 | 43 | 14 | 15A | 4D | 2D |
| Octal | 313 | 32 | 103 | 0 | 127 | 103 | 24 | 532 | 115 | 55 |
| Binary | 11001011 | 11010 | 1000011 | 0 | 1010111 | 1000011 | 10100 | 101011010 | 1001101 | 101101 |
Color Harmonies of #CB1A43
Complementary color
Monochromatic Colors of #CB1A43
Black with #CB1A43
Text Example
Text Example
White with #CB1A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1A43; }
p { color: rgb(203,26,67); }
H1.HeaderClassName
{
color: #CB1A43;
}
.AnyTagClassName
{
color: #CB1A43;
}
</style>
background-color css
<style>
a { background-color: #CB1A43; }
a { background-color: rgb(203,26,67); }
div.DivClassName
{
background-color: #CB1A43;
}
.BgClassName
{
background-color: #CB1A43;
}
</style>
border-color css
<style>
span { border-color: #CB1A43; }
span { border-color: rgb(203,26,67); }
td.TdClassName
{
border-color: #CB1A43;
}
.TagClassName
{
border-color: #CB1A43;
}
</style>