Shades of Cardinal #CB1830
Tints of Cardinal #CB1830
RGB
CMYK
RGB Variations
Color information
#CB1830 (or 0xCB1830) is known color: Cardinal. HEX triplet: CB, 18 and 30. RGB value is (203,24,48). Sum of RGB (Red+Green+Blue) = 203+24+48=275 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.82% from 275); Green value is 24 (9.77% from 255 or 8.73% from 275); Blue value is 48 (19.14% from 255 or 17.45% from 275); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1830 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1830 is #34E7CF. Grayscale: #505050. Windows color (decimal): -3467216 or 3152075. OLE color: 3152075.
HSL color Cylindrical-coordinate representation of color #CB1830: hue angle of 351.96º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB1830 is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 24 | 48 | - |
| CMYK | 0 | 0.88 | 0.76 | 0.20 |
| HSL | 351.96º | 0.79% | 0.45% | - |
| HSV(B) | 351.96º | 0.88% | 0.8% | - |
| XYZ | 25.49 | 13.56 | 4.07 | - |
| YUV | 80.26 | 109.8 | 215.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 24 | 48 | 0 | 0.88 | 0.76 | 0.20 | 351.96 | 0.79 | 0.45 |
| Hex | CB | 18 | 30 | 0 | 58 | 4C | 14 | 160 | 4F | 2D |
| Octal | 313 | 30 | 60 | 0 | 130 | 114 | 24 | 540 | 117 | 55 |
| Binary | 11001011 | 11000 | 110000 | 0 | 1011000 | 1001100 | 10100 | 101100000 | 1001111 | 101101 |
Color Harmonies of #CB1830
Complementary color
Monochromatic Colors of #CB1830
Black with #CB1830
Text Example
Text Example
White with #CB1830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1830; }
p { color: rgb(203,24,48); }
H1.HeaderClassName
{
color: #CB1830;
}
.AnyTagClassName
{
color: #CB1830;
}
</style>
background-color css
<style>
a { background-color: #CB1830; }
a { background-color: rgb(203,24,48); }
div.DivClassName
{
background-color: #CB1830;
}
.BgClassName
{
background-color: #CB1830;
}
</style>
border-color css
<style>
span { border-color: #CB1830; }
span { border-color: rgb(203,24,48); }
td.TdClassName
{
border-color: #CB1830;
}
.TagClassName
{
border-color: #CB1830;
}
</style>