Shades of Cardinal #B8222B
Tints of Cardinal #B8222B
RGB
CMYK
RGB Variations
Color information
#B8222B (or 0xB8222B) is known color: Cardinal. HEX triplet: B8, 22 and 2B. RGB value is (184,34,43). Sum of RGB (Red+Green+Blue) = 184+34+43=261 (34% of max value = 765). Red value is 184 (72.27% from 255 or 70.50% from 261); Green value is 34 (13.67% from 255 or 13.03% from 261); Blue value is 43 (17.19% from 255 or 16.48% from 261); Max value from RGB is 184 - color contains mainly: red. Hex color #B8222B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8222B is #47DDD4. Grayscale: #4F4F4F. Windows color (decimal): -4709845 or 2826936. OLE color: 2826936.
HSL color Cylindrical-coordinate representation of color #B8222B: hue angle of 356.4º 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 #B8222B is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 34 | 43 | - |
| CMYK | 0 | 0.82 | 0.77 | 0.28 |
| HSL | 356.4º | 0.69% | 0.43% | - |
| HSV(B) | 356.4º | 0.82% | 0.72% | - |
| XYZ | 20.78 | 11.51 | 3.41 | - |
| YUV | 79.88 | 107.2 | 202.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 34 | 43 | 0 | 0.82 | 0.77 | 0.28 | 356.4 | 0.69 | 0.43 |
| Hex | B8 | 22 | 2B | 0 | 52 | 4D | 1C | 164 | 45 | 2B |
| Octal | 270 | 42 | 53 | 0 | 122 | 115 | 34 | 544 | 105 | 53 |
| Binary | 10111000 | 100010 | 101011 | 0 | 1010010 | 1001101 | 11100 | 101100100 | 1000101 | 101011 |
Color Harmonies of #B8222B
Complementary color
Monochromatic Colors of #B8222B
Black with #B8222B
Text Example
Text Example
White with #B8222B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8222B; }
p { color: rgb(184,34,43); }
H1.HeaderClassName
{
color: #B8222B;
}
.AnyTagClassName
{
color: #B8222B;
}
</style>
background-color css
<style>
a { background-color: #B8222B; }
a { background-color: rgb(184,34,43); }
div.DivClassName
{
background-color: #B8222B;
}
.BgClassName
{
background-color: #B8222B;
}
</style>
border-color css
<style>
span { border-color: #B8222B; }
span { border-color: rgb(184,34,43); }
td.TdClassName
{
border-color: #B8222B;
}
.TagClassName
{
border-color: #B8222B;
}
</style>