Shades of Cardinal #CB183A
Tints of Cardinal #CB183A
RGB
CMYK
RGB Variations
Color information
#CB183A (or 0xCB183A) is known color: Cardinal. HEX triplet: CB, 18 and 3A. RGB value is (203,24,58). Sum of RGB (Red+Green+Blue) = 203+24+58=285 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.23% from 285); Green value is 24 (9.77% from 255 or 8.42% from 285); Blue value is 58 (23.05% from 255 or 20.35% from 285); Max value from RGB is 203 - color contains mainly: red. Hex color #CB183A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB183A is #34E7C5. Grayscale: #515151. Windows color (decimal): -3467206 or 3807435. OLE color: 3807435.
HSL color Cylindrical-coordinate representation of color #CB183A: hue angle of 348.6º 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 #CB183A is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 24 | 58 | - |
| CMYK | 0 | 0.88 | 0.71 | 0.20 |
| HSL | 348.6º | 0.79% | 0.45% | - |
| HSV(B) | 348.6º | 0.88% | 0.8% | - |
| XYZ | 25.72 | 13.66 | 5.28 | - |
| YUV | 81.4 | 114.8 | 214.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 24 | 58 | 0 | 0.88 | 0.71 | 0.20 | 348.6 | 0.79 | 0.45 |
| Hex | CB | 18 | 3A | 0 | 58 | 47 | 14 | 15D | 4F | 2D |
| Octal | 313 | 30 | 72 | 0 | 130 | 107 | 24 | 535 | 117 | 55 |
| Binary | 11001011 | 11000 | 111010 | 0 | 1011000 | 1000111 | 10100 | 101011101 | 1001111 | 101101 |
Color Harmonies of #CB183A
Complementary color
Monochromatic Colors of #CB183A
Black with #CB183A
Text Example
Text Example
White with #CB183A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB183A; }
p { color: rgb(203,24,58); }
H1.HeaderClassName
{
color: #CB183A;
}
.AnyTagClassName
{
color: #CB183A;
}
</style>
background-color css
<style>
a { background-color: #CB183A; }
a { background-color: rgb(203,24,58); }
div.DivClassName
{
background-color: #CB183A;
}
.BgClassName
{
background-color: #CB183A;
}
</style>
border-color css
<style>
span { border-color: #CB183A; }
span { border-color: rgb(203,24,58); }
td.TdClassName
{
border-color: #CB183A;
}
.TagClassName
{
border-color: #CB183A;
}
</style>