Shades of Cardinal #CB1035
Tints of Cardinal #CB1035
RGB
CMYK
RGB Variations
Color information
#CB1035 (or 0xCB1035) is known color: Cardinal. HEX triplet: CB, 10 and 35. RGB value is (203,16,53). Sum of RGB (Red+Green+Blue) = 203+16+53=272 (36% of max value = 765). Red value is 203 (79.69% from 255 or 74.63% from 272); Green value is 16 (6.64% from 255 or 5.88% from 272); Blue value is 53 (21.09% from 255 or 19.49% from 272); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1035 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1035 is #34EFCA. Grayscale: #4C4C4C. Windows color (decimal): -3469259 or 3477707. OLE color: 3477707.
HSL color Cylindrical-coordinate representation of color #CB1035: hue angle of 348.13º 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 #CB1035 is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 16 | 53 | - |
| CMYK | 0 | 0.92 | 0.74 | 0.20 |
| HSL | 348.13º | 0.85% | 0.43% | - |
| HSV(B) | 348.13º | 0.92% | 0.8% | - |
| XYZ | 25.46 | 13.32 | 4.6 | - |
| YUV | 76.13 | 114.95 | 218.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 16 | 53 | 0 | 0.92 | 0.74 | 0.20 | 348.13 | 0.85 | 0.43 |
| Hex | CB | 10 | 35 | 0 | 5C | 4A | 14 | 15C | 55 | 2B |
| Octal | 313 | 20 | 65 | 0 | 134 | 112 | 24 | 534 | 125 | 53 |
| Binary | 11001011 | 10000 | 110101 | 0 | 1011100 | 1001010 | 10100 | 101011100 | 1010101 | 101011 |
Color Harmonies of #CB1035
Complementary color
Monochromatic Colors of #CB1035
Black with #CB1035
Text Example
Text Example
White with #CB1035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1035; }
p { color: rgb(203,16,53); }
H1.HeaderClassName
{
color: #CB1035;
}
.AnyTagClassName
{
color: #CB1035;
}
</style>
background-color css
<style>
a { background-color: #CB1035; }
a { background-color: rgb(203,16,53); }
div.DivClassName
{
background-color: #CB1035;
}
.BgClassName
{
background-color: #CB1035;
}
</style>
border-color css
<style>
span { border-color: #CB1035; }
span { border-color: rgb(203,16,53); }
td.TdClassName
{
border-color: #CB1035;
}
.TagClassName
{
border-color: #CB1035;
}
</style>