Shades of Cardinal #B8213C
Tints of Cardinal #B8213C
RGB
CMYK
RGB Variations
Color information
#B8213C (or 0xB8213C) is known color: Cardinal. HEX triplet: B8, 21 and 3C. RGB value is (184,33,60). Sum of RGB (Red+Green+Blue) = 184+33+60=277 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.43% from 277); Green value is 33 (13.28% from 255 or 11.91% from 277); Blue value is 60 (23.83% from 255 or 21.66% from 277); Max value from RGB is 184 - color contains mainly: red. Hex color #B8213C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8213C is #47DEC3. Grayscale: #515151. Windows color (decimal): -4710084 or 3940792. OLE color: 3940792.
HSL color Cylindrical-coordinate representation of color #B8213C: hue angle of 349.27º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B8213C is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 33 | 60 | - |
| CMYK | 0 | 0.82 | 0.67 | 0.28 |
| HSL | 349.27º | 0.7% | 0.43% | - |
| HSV(B) | 349.27º | 0.82% | 0.72% | - |
| XYZ | 21.13 | 11.6 | 5.4 | - |
| YUV | 81.23 | 116.03 | 201.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 33 | 60 | 0 | 0.82 | 0.67 | 0.28 | 349.27 | 0.7 | 0.43 |
| Hex | B8 | 21 | 3C | 0 | 52 | 43 | 1C | 15D | 46 | 2B |
| Octal | 270 | 41 | 74 | 0 | 122 | 103 | 34 | 535 | 106 | 53 |
| Binary | 10111000 | 100001 | 111100 | 0 | 1010010 | 1000011 | 11100 | 101011101 | 1000110 | 101011 |
Color Harmonies of #B8213C
Complementary color
Monochromatic Colors of #B8213C
Black with #B8213C
Text Example
Text Example
White with #B8213C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8213C; }
p { color: rgb(184,33,60); }
H1.HeaderClassName
{
color: #B8213C;
}
.AnyTagClassName
{
color: #B8213C;
}
</style>
background-color css
<style>
a { background-color: #B8213C; }
a { background-color: rgb(184,33,60); }
div.DivClassName
{
background-color: #B8213C;
}
.BgClassName
{
background-color: #B8213C;
}
</style>
border-color css
<style>
span { border-color: #B8213C; }
span { border-color: rgb(184,33,60); }
td.TdClassName
{
border-color: #B8213C;
}
.TagClassName
{
border-color: #B8213C;
}
</style>