Shades of Cardinal #CB1040
Tints of Cardinal #CB1040
RGB
CMYK
RGB Variations
Color information
#CB1040 (or 0xCB1040) is known color: Cardinal. HEX triplet: CB, 10 and 40. RGB value is (203,16,64). Sum of RGB (Red+Green+Blue) = 203+16+64=283 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.73% from 283); Green value is 16 (6.64% from 255 or 5.65% from 283); Blue value is 64 (25.39% from 255 or 22.61% from 283); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1040 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1040 is #34EFBF. Grayscale: #4D4D4D. Windows color (decimal): -3469248 or 4198603. OLE color: 4198603.
HSL color Cylindrical-coordinate representation of color #CB1040: hue angle of 344.6º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB1040 is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 16 | 64 | - |
| CMYK | 0 | 0.92 | 0.68 | 0.20 |
| HSL | 344.6º | 0.85% | 0.43% | - |
| HSV(B) | 344.6º | 0.92% | 0.8% | - |
| XYZ | 25.74 | 13.44 | 6.09 | - |
| YUV | 77.39 | 120.45 | 217.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 16 | 64 | 0 | 0.92 | 0.68 | 0.20 | 344.6 | 0.85 | 0.43 |
| Hex | CB | 10 | 40 | 0 | 5C | 44 | 14 | 159 | 55 | 2B |
| Octal | 313 | 20 | 100 | 0 | 134 | 104 | 24 | 531 | 125 | 53 |
| Binary | 11001011 | 10000 | 1000000 | 0 | 1011100 | 1000100 | 10100 | 101011001 | 1010101 | 101011 |
Color Harmonies of #CB1040
Complementary color
Monochromatic Colors of #CB1040
Black with #CB1040
Text Example
Text Example
White with #CB1040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1040; }
p { color: rgb(203,16,64); }
H1.HeaderClassName
{
color: #CB1040;
}
.AnyTagClassName
{
color: #CB1040;
}
</style>
background-color css
<style>
a { background-color: #CB1040; }
a { background-color: rgb(203,16,64); }
div.DivClassName
{
background-color: #CB1040;
}
.BgClassName
{
background-color: #CB1040;
}
</style>
border-color css
<style>
span { border-color: #CB1040; }
span { border-color: rgb(203,16,64); }
td.TdClassName
{
border-color: #CB1040;
}
.TagClassName
{
border-color: #CB1040;
}
</style>