Shades of Cardinal #CB1036
Tints of Cardinal #CB1036
RGB
CMYK
RGB Variations
Color information
#CB1036 (or 0xCB1036) is known color: Cardinal. HEX triplet: CB, 10 and 36. RGB value is (203,16,54). Sum of RGB (Red+Green+Blue) = 203+16+54=273 (36% of max value = 765). Red value is 203 (79.69% from 255 or 74.36% from 273); Green value is 16 (6.64% from 255 or 5.86% from 273); Blue value is 54 (21.48% from 255 or 19.78% from 273); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1036 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1036 is #34EFC9. Grayscale: #4C4C4C. Windows color (decimal): -3469258 or 3543243. OLE color: 3543243.
HSL color Cylindrical-coordinate representation of color #CB1036: hue angle of 347.81º 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 #CB1036 is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 16 | 54 | - |
| CMYK | 0 | 0.92 | 0.73 | 0.20 |
| HSL | 347.81º | 0.85% | 0.43% | - |
| HSV(B) | 347.81º | 0.92% | 0.8% | - |
| XYZ | 25.48 | 13.33 | 4.72 | - |
| YUV | 76.25 | 115.45 | 218.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 16 | 54 | 0 | 0.92 | 0.73 | 0.20 | 347.81 | 0.85 | 0.43 |
| Hex | CB | 10 | 36 | 0 | 5C | 49 | 14 | 15C | 55 | 2B |
| Octal | 313 | 20 | 66 | 0 | 134 | 111 | 24 | 534 | 125 | 53 |
| Binary | 11001011 | 10000 | 110110 | 0 | 1011100 | 1001001 | 10100 | 101011100 | 1010101 | 101011 |
Color Harmonies of #CB1036
Complementary color
Monochromatic Colors of #CB1036
Black with #CB1036
Text Example
Text Example
White with #CB1036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1036; }
p { color: rgb(203,16,54); }
H1.HeaderClassName
{
color: #CB1036;
}
.AnyTagClassName
{
color: #CB1036;
}
</style>
background-color css
<style>
a { background-color: #CB1036; }
a { background-color: rgb(203,16,54); }
div.DivClassName
{
background-color: #CB1036;
}
.BgClassName
{
background-color: #CB1036;
}
</style>
border-color css
<style>
span { border-color: #CB1036; }
span { border-color: rgb(203,16,54); }
td.TdClassName
{
border-color: #CB1036;
}
.TagClassName
{
border-color: #CB1036;
}
</style>