Shades of Cardinal #B0222F
Tints of Cardinal #B0222F
RGB
CMYK
RGB Variations
Color information
#B0222F (or 0xB0222F) is known color: Cardinal. HEX triplet: B0, 22 and 2F. RGB value is (176,34,47). Sum of RGB (Red+Green+Blue) = 176+34+47=257 (34% of max value = 765). Red value is 176 (69.14% from 255 or 68.48% from 257); Green value is 34 (13.67% from 255 or 13.23% from 257); Blue value is 47 (18.75% from 255 or 18.29% from 257); Max value from RGB is 176 - color contains mainly: red. Hex color #B0222F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0222F is #4FDDD0. Grayscale: #4E4E4E. Windows color (decimal): -5234129 or 3089072. OLE color: 3089072.
HSL color Cylindrical-coordinate representation of color #B0222F: hue angle of 354.51º 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 #B0222F is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 34 | 47 | - |
| CMYK | 0 | 0.81 | 0.73 | 0.31 |
| HSL | 354.51º | 0.68% | 0.41% | - |
| HSV(B) | 354.51º | 0.81% | 0.69% | - |
| XYZ | 18.99 | 10.58 | 3.73 | - |
| YUV | 77.94 | 110.54 | 197.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 34 | 47 | 0 | 0.81 | 0.73 | 0.31 | 354.51 | 0.68 | 0.41 |
| Hex | B0 | 22 | 2F | 0 | 51 | 49 | 1F | 163 | 44 | 29 |
| Octal | 260 | 42 | 57 | 0 | 121 | 111 | 37 | 543 | 104 | 51 |
| Binary | 10110000 | 100010 | 101111 | 0 | 1010001 | 1001001 | 11111 | 101100011 | 1000100 | 101001 |
Color Harmonies of #B0222F
Complementary color
Monochromatic Colors of #B0222F
Black with #B0222F
Text Example
Text Example
White with #B0222F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0222F; }
p { color: rgb(176,34,47); }
H1.HeaderClassName
{
color: #B0222F;
}
.AnyTagClassName
{
color: #B0222F;
}
</style>
background-color css
<style>
a { background-color: #B0222F; }
a { background-color: rgb(176,34,47); }
div.DivClassName
{
background-color: #B0222F;
}
.BgClassName
{
background-color: #B0222F;
}
</style>
border-color css
<style>
span { border-color: #B0222F; }
span { border-color: rgb(176,34,47); }
td.TdClassName
{
border-color: #B0222F;
}
.TagClassName
{
border-color: #B0222F;
}
</style>