Shades of Cardinal #CB1A30
Tints of Cardinal #CB1A30
RGB
CMYK
RGB Variations
Color information
#CB1A30 (or 0xCB1A30) is known color: Cardinal. HEX triplet: CB, 1A and 30. RGB value is (203,26,48). Sum of RGB (Red+Green+Blue) = 203+26+48=277 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.29% from 277); Green value is 26 (10.55% from 255 or 9.39% from 277); Blue value is 48 (19.14% from 255 or 17.33% from 277); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1A30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB1A30 is #34E5CF. Grayscale: #515151. Windows color (decimal): -3466704 or 3152587. OLE color: 3152587.
HSL color Cylindrical-coordinate representation of color #CB1A30: hue angle of 352.54º 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 #CB1A30 is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 26 | 48 | - |
| CMYK | 0 | 0.87 | 0.76 | 0.20 |
| HSL | 352.54º | 0.77% | 0.45% | - |
| HSV(B) | 352.54º | 0.87% | 0.8% | - |
| XYZ | 25.53 | 13.65 | 4.09 | - |
| YUV | 81.43 | 109.14 | 214.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 26 | 48 | 0 | 0.87 | 0.76 | 0.20 | 352.54 | 0.77 | 0.45 |
| Hex | CB | 1A | 30 | 0 | 57 | 4C | 14 | 161 | 4D | 2D |
| Octal | 313 | 32 | 60 | 0 | 127 | 114 | 24 | 541 | 115 | 55 |
| Binary | 11001011 | 11010 | 110000 | 0 | 1010111 | 1001100 | 10100 | 101100001 | 1001101 | 101101 |
Color Harmonies of #CB1A30
Complementary color
Monochromatic Colors of #CB1A30
Black with #CB1A30
Text Example
Text Example
White with #CB1A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1A30; }
p { color: rgb(203,26,48); }
H1.HeaderClassName
{
color: #CB1A30;
}
.AnyTagClassName
{
color: #CB1A30;
}
</style>
background-color css
<style>
a { background-color: #CB1A30; }
a { background-color: rgb(203,26,48); }
div.DivClassName
{
background-color: #CB1A30;
}
.BgClassName
{
background-color: #CB1A30;
}
</style>
border-color css
<style>
span { border-color: #CB1A30; }
span { border-color: rgb(203,26,48); }
td.TdClassName
{
border-color: #CB1A30;
}
.TagClassName
{
border-color: #CB1A30;
}
</style>