Shades of Cardinal #B0222E
Tints of Cardinal #B0222E
RGB
CMYK
RGB Variations
Color information
#B0222E (or 0xB0222E) is known color: Cardinal. HEX triplet: B0, 22 and 2E. RGB value is (176,34,46). Sum of RGB (Red+Green+Blue) = 176+34+46=256 (33% of max value = 765). Red value is 176 (69.14% from 255 or 68.75% from 256); Green value is 34 (13.67% from 255 or 13.28% from 256); Blue value is 46 (18.36% from 255 or 17.97% from 256); Max value from RGB is 176 - color contains mainly: red. Hex color #B0222E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0222E is #4FDDD1. Grayscale: #4D4D4D. Windows color (decimal): -5234130 or 3023536. OLE color: 3023536.
HSL color Cylindrical-coordinate representation of color #B0222E: hue angle of 354.93º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B0222E is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 34 | 46 | - |
| CMYK | 0 | 0.81 | 0.74 | 0.31 |
| HSL | 354.93º | 0.68% | 0.41% | - |
| HSV(B) | 354.93º | 0.81% | 0.69% | - |
| XYZ | 18.97 | 10.57 | 3.63 | - |
| YUV | 77.83 | 110.04 | 198.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 34 | 46 | 0 | 0.81 | 0.74 | 0.31 | 354.93 | 0.68 | 0.41 |
| Hex | B0 | 22 | 2E | 0 | 51 | 4A | 1F | 163 | 44 | 29 |
| Octal | 260 | 42 | 56 | 0 | 121 | 112 | 37 | 543 | 104 | 51 |
| Binary | 10110000 | 100010 | 101110 | 0 | 1010001 | 1001010 | 11111 | 101100011 | 1000100 | 101001 |
Color Harmonies of #B0222E
Complementary color
Monochromatic Colors of #B0222E
Black with #B0222E
Text Example
Text Example
White with #B0222E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0222E; }
p { color: rgb(176,34,46); }
H1.HeaderClassName
{
color: #B0222E;
}
.AnyTagClassName
{
color: #B0222E;
}
</style>
background-color css
<style>
a { background-color: #B0222E; }
a { background-color: rgb(176,34,46); }
div.DivClassName
{
background-color: #B0222E;
}
.BgClassName
{
background-color: #B0222E;
}
</style>
border-color css
<style>
span { border-color: #B0222E; }
span { border-color: rgb(176,34,46); }
td.TdClassName
{
border-color: #B0222E;
}
.TagClassName
{
border-color: #B0222E;
}
</style>