Shades of Cardinal #CB1038
Tints of Cardinal #CB1038
RGB
CMYK
RGB Variations
Color information
#CB1038 (or 0xCB1038) is known color: Cardinal. HEX triplet: CB, 10 and 38. RGB value is (203,16,56). Sum of RGB (Red+Green+Blue) = 203+16+56=275 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.82% from 275); Green value is 16 (6.64% from 255 or 5.82% from 275); Blue value is 56 (22.27% from 255 or 20.36% from 275); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1038 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1038 is #34EFC7. Grayscale: #4C4C4C. Windows color (decimal): -3469256 or 3674315. OLE color: 3674315.
HSL color Cylindrical-coordinate representation of color #CB1038: hue angle of 347.17º 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 #CB1038 is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 16 | 56 | - |
| CMYK | 0 | 0.92 | 0.72 | 0.20 |
| HSL | 347.17º | 0.85% | 0.43% | - |
| HSV(B) | 347.17º | 0.92% | 0.8% | - |
| XYZ | 25.53 | 13.35 | 4.97 | - |
| YUV | 76.47 | 116.45 | 218.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 16 | 56 | 0 | 0.92 | 0.72 | 0.20 | 347.17 | 0.85 | 0.43 |
| Hex | CB | 10 | 38 | 0 | 5C | 48 | 14 | 15B | 55 | 2B |
| Octal | 313 | 20 | 70 | 0 | 134 | 110 | 24 | 533 | 125 | 53 |
| Binary | 11001011 | 10000 | 111000 | 0 | 1011100 | 1001000 | 10100 | 101011011 | 1010101 | 101011 |
Color Harmonies of #CB1038
Complementary color
Monochromatic Colors of #CB1038
Black with #CB1038
Text Example
Text Example
White with #CB1038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1038; }
p { color: rgb(203,16,56); }
H1.HeaderClassName
{
color: #CB1038;
}
.AnyTagClassName
{
color: #CB1038;
}
</style>
background-color css
<style>
a { background-color: #CB1038; }
a { background-color: rgb(203,16,56); }
div.DivClassName
{
background-color: #CB1038;
}
.BgClassName
{
background-color: #CB1038;
}
</style>
border-color css
<style>
span { border-color: #CB1038; }
span { border-color: rgb(203,16,56); }
td.TdClassName
{
border-color: #CB1038;
}
.TagClassName
{
border-color: #CB1038;
}
</style>