Shades of Cardinal #B8223E
Tints of Cardinal #B8223E
RGB
CMYK
RGB Variations
Color information
#B8223E (or 0xB8223E) is known color: Cardinal. HEX triplet: B8, 22 and 3E. RGB value is (184,34,62). Sum of RGB (Red+Green+Blue) = 184+34+62=280 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.71% from 280); Green value is 34 (13.67% from 255 or 12.14% from 280); Blue value is 62 (24.61% from 255 or 22.14% from 280); Max value from RGB is 184 - color contains mainly: red. Hex color #B8223E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8223E is #47DDC1. Grayscale: #525252. Windows color (decimal): -4709826 or 4072120. OLE color: 4072120.
HSL color Cylindrical-coordinate representation of color #B8223E: hue angle of 348.8º degrees, saturation: 0.69, 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 #B8223E is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 34 | 62 | - |
| CMYK | 0 | 0.82 | 0.66 | 0.28 |
| HSL | 348.8º | 0.69% | 0.43% | - |
| HSV(B) | 348.8º | 0.82% | 0.72% | - |
| XYZ | 21.21 | 11.68 | 5.69 | - |
| YUV | 82.04 | 116.7 | 200.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 34 | 62 | 0 | 0.82 | 0.66 | 0.28 | 348.8 | 0.69 | 0.43 |
| Hex | B8 | 22 | 3E | 0 | 52 | 42 | 1C | 15D | 45 | 2B |
| Octal | 270 | 42 | 76 | 0 | 122 | 102 | 34 | 535 | 105 | 53 |
| Binary | 10111000 | 100010 | 111110 | 0 | 1010010 | 1000010 | 11100 | 101011101 | 1000101 | 101011 |
Color Harmonies of #B8223E
Complementary color
Monochromatic Colors of #B8223E
Black with #B8223E
Text Example
Text Example
White with #B8223E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8223E; }
p { color: rgb(184,34,62); }
H1.HeaderClassName
{
color: #B8223E;
}
.AnyTagClassName
{
color: #B8223E;
}
</style>
background-color css
<style>
a { background-color: #B8223E; }
a { background-color: rgb(184,34,62); }
div.DivClassName
{
background-color: #B8223E;
}
.BgClassName
{
background-color: #B8223E;
}
</style>
border-color css
<style>
span { border-color: #B8223E; }
span { border-color: rgb(184,34,62); }
td.TdClassName
{
border-color: #B8223E;
}
.TagClassName
{
border-color: #B8223E;
}
</style>