Shades of Cardinal #B0222B
Tints of Cardinal #B0222B
RGB
CMYK
RGB Variations
Color information
#B0222B (or 0xB0222B) is known color: Cardinal. HEX triplet: B0, 22 and 2B. RGB value is (176,34,43). Sum of RGB (Red+Green+Blue) = 176+34+43=253 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.57% from 253); Green value is 34 (13.67% from 255 or 13.44% from 253); Blue value is 43 (17.19% from 255 or 17.00% from 253); Max value from RGB is 176 - color contains mainly: red. Hex color #B0222B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0222B is #4FDDD4. Grayscale: #4D4D4D. Windows color (decimal): -5234133 or 2826928. OLE color: 2826928.
HSL color Cylindrical-coordinate representation of color #B0222B: hue angle of 356.2º 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 #B0222B is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 34 | 43 | - |
| CMYK | 0 | 0.81 | 0.76 | 0.31 |
| HSL | 356.2º | 0.68% | 0.41% | - |
| HSV(B) | 356.2º | 0.81% | 0.69% | - |
| XYZ | 18.91 | 10.55 | 3.32 | - |
| YUV | 77.48 | 108.54 | 198.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 34 | 43 | 0 | 0.81 | 0.76 | 0.31 | 356.2 | 0.68 | 0.41 |
| Hex | B0 | 22 | 2B | 0 | 51 | 4C | 1F | 164 | 44 | 29 |
| Octal | 260 | 42 | 53 | 0 | 121 | 114 | 37 | 544 | 104 | 51 |
| Binary | 10110000 | 100010 | 101011 | 0 | 1010001 | 1001100 | 11111 | 101100100 | 1000100 | 101001 |
Color Harmonies of #B0222B
Complementary color
Monochromatic Colors of #B0222B
Black with #B0222B
Text Example
Text Example
White with #B0222B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0222B; }
p { color: rgb(176,34,43); }
H1.HeaderClassName
{
color: #B0222B;
}
.AnyTagClassName
{
color: #B0222B;
}
</style>
background-color css
<style>
a { background-color: #B0222B; }
a { background-color: rgb(176,34,43); }
div.DivClassName
{
background-color: #B0222B;
}
.BgClassName
{
background-color: #B0222B;
}
</style>
border-color css
<style>
span { border-color: #B0222B; }
span { border-color: rgb(176,34,43); }
td.TdClassName
{
border-color: #B0222B;
}
.TagClassName
{
border-color: #B0222B;
}
</style>