Shades of Cardinal #CB1A3A
Tints of Cardinal #CB1A3A
RGB
CMYK
RGB Variations
Color information
#CB1A3A (or 0xCB1A3A) is known color: Cardinal. HEX triplet: CB, 1A and 3A. RGB value is (203,26,58). Sum of RGB (Red+Green+Blue) = 203+26+58=287 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70.73% from 287); Green value is 26 (10.55% from 255 or 9.06% from 287); Blue value is 58 (23.05% from 255 or 20.21% from 287); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1A3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB1A3A is #34E5C5. Grayscale: #525252. Windows color (decimal): -3466694 or 3807947. OLE color: 3807947.
HSL color Cylindrical-coordinate representation of color #CB1A3A: hue angle of 349.15º 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 #CB1A3A is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 26 | 58 | - |
| CMYK | 0 | 0.87 | 0.71 | 0.20 |
| HSL | 349.15º | 0.77% | 0.45% | - |
| HSV(B) | 349.15º | 0.87% | 0.8% | - |
| XYZ | 25.76 | 13.74 | 5.3 | - |
| YUV | 82.57 | 114.14 | 213.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 26 | 58 | 0 | 0.87 | 0.71 | 0.20 | 349.15 | 0.77 | 0.45 |
| Hex | CB | 1A | 3A | 0 | 57 | 47 | 14 | 15D | 4D | 2D |
| Octal | 313 | 32 | 72 | 0 | 127 | 107 | 24 | 535 | 115 | 55 |
| Binary | 11001011 | 11010 | 111010 | 0 | 1010111 | 1000111 | 10100 | 101011101 | 1001101 | 101101 |
Color Harmonies of #CB1A3A
Complementary color
Monochromatic Colors of #CB1A3A
Black with #CB1A3A
Text Example
Text Example
White with #CB1A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1A3A; }
p { color: rgb(203,26,58); }
H1.HeaderClassName
{
color: #CB1A3A;
}
.AnyTagClassName
{
color: #CB1A3A;
}
</style>
background-color css
<style>
a { background-color: #CB1A3A; }
a { background-color: rgb(203,26,58); }
div.DivClassName
{
background-color: #CB1A3A;
}
.BgClassName
{
background-color: #CB1A3A;
}
</style>
border-color css
<style>
span { border-color: #CB1A3A; }
span { border-color: rgb(203,26,58); }
td.TdClassName
{
border-color: #CB1A3A;
}
.TagClassName
{
border-color: #CB1A3A;
}
</style>