Shades of Cardinal #CB184B
Tints of Cardinal #CB184B
RGB
CMYK
RGB Variations
Color information
#CB184B (or 0xCB184B) is known color: Cardinal. HEX triplet: CB, 18 and 4B. RGB value is (203,24,75). Sum of RGB (Red+Green+Blue) = 203+24+75=302 (40% of max value = 765). Red value is 203 (79.69% from 255 or 67.22% from 302); Green value is 24 (9.77% from 255 or 7.95% from 302); Blue value is 75 (29.69% from 255 or 24.83% from 302); Max value from RGB is 203 - color contains mainly: red. Hex color #CB184B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB184B is #34E7B4. Grayscale: #535353. Windows color (decimal): -3467189 or 4921547. OLE color: 4921547.
HSL color Cylindrical-coordinate representation of color #CB184B: hue angle of 342.91º 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 #CB184B is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 24 | 75 | - |
| CMYK | 0 | 0.88 | 0.63 | 0.20 |
| HSL | 342.91º | 0.79% | 0.45% | - |
| HSV(B) | 342.91º | 0.88% | 0.8% | - |
| XYZ | 26.23 | 13.86 | 7.95 | - |
| YUV | 83.34 | 123.3 | 213.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 24 | 75 | 0 | 0.88 | 0.63 | 0.20 | 342.91 | 0.79 | 0.45 |
| Hex | CB | 18 | 4B | 0 | 58 | 3F | 14 | 157 | 4F | 2D |
| Octal | 313 | 30 | 113 | 0 | 130 | 77 | 24 | 527 | 117 | 55 |
| Binary | 11001011 | 11000 | 1001011 | 0 | 1011000 | 111111 | 10100 | 101010111 | 1001111 | 101101 |
Color Harmonies of #CB184B
Complementary color
Monochromatic Colors of #CB184B
Black with #CB184B
Text Example
Text Example
White with #CB184B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB184B; }
p { color: rgb(203,24,75); }
H1.HeaderClassName
{
color: #CB184B;
}
.AnyTagClassName
{
color: #CB184B;
}
</style>
background-color css
<style>
a { background-color: #CB184B; }
a { background-color: rgb(203,24,75); }
div.DivClassName
{
background-color: #CB184B;
}
.BgClassName
{
background-color: #CB184B;
}
</style>
border-color css
<style>
span { border-color: #CB184B; }
span { border-color: rgb(203,24,75); }
td.TdClassName
{
border-color: #CB184B;
}
.TagClassName
{
border-color: #CB184B;
}
</style>