Shades of Cardinal #B8223F
Tints of Cardinal #B8223F
RGB
CMYK
RGB Variations
Color information
#B8223F (or 0xB8223F) is known color: Cardinal. HEX triplet: B8, 22 and 3F. RGB value is (184,34,63). Sum of RGB (Red+Green+Blue) = 184+34+63=281 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.48% from 281); Green value is 34 (13.67% from 255 or 12.10% from 281); Blue value is 63 (25% from 255 or 22.42% from 281); Max value from RGB is 184 - color contains mainly: red. Hex color #B8223F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8223F is #47DDC0. Grayscale: #525252. Windows color (decimal): -4709825 or 4137656. OLE color: 4137656.
HSL color Cylindrical-coordinate representation of color #B8223F: hue angle of 348.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 #B8223F is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 34 | 63 | - |
| CMYK | 0 | 0.82 | 0.66 | 0.28 |
| HSL | 348.4º | 0.69% | 0.43% | - |
| HSV(B) | 348.4º | 0.82% | 0.72% | - |
| XYZ | 21.24 | 11.69 | 5.84 | - |
| YUV | 82.16 | 117.2 | 200.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 34 | 63 | 0 | 0.82 | 0.66 | 0.28 | 348.4 | 0.69 | 0.43 |
| Hex | B8 | 22 | 3F | 0 | 52 | 42 | 1C | 15C | 45 | 2B |
| Octal | 270 | 42 | 77 | 0 | 122 | 102 | 34 | 534 | 105 | 53 |
| Binary | 10111000 | 100010 | 111111 | 0 | 1010010 | 1000010 | 11100 | 101011100 | 1000101 | 101011 |
Color Harmonies of #B8223F
Complementary color
Monochromatic Colors of #B8223F
Black with #B8223F
Text Example
Text Example
White with #B8223F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8223F; }
p { color: rgb(184,34,63); }
H1.HeaderClassName
{
color: #B8223F;
}
.AnyTagClassName
{
color: #B8223F;
}
</style>
background-color css
<style>
a { background-color: #B8223F; }
a { background-color: rgb(184,34,63); }
div.DivClassName
{
background-color: #B8223F;
}
.BgClassName
{
background-color: #B8223F;
}
</style>
border-color css
<style>
span { border-color: #B8223F; }
span { border-color: rgb(184,34,63); }
td.TdClassName
{
border-color: #B8223F;
}
.TagClassName
{
border-color: #B8223F;
}
</style>