Shades of Cardinal #B0222D
Tints of Cardinal #B0222D
RGB
CMYK
RGB Variations
Color information
#B0222D (or 0xB0222D) is known color: Cardinal. HEX triplet: B0, 22 and 2D. RGB value is (176,34,45). Sum of RGB (Red+Green+Blue) = 176+34+45=255 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.02% from 255); Green value is 34 (13.67% from 255 or 13.33% from 255); Blue value is 45 (17.97% from 255 or 17.65% from 255); Max value from RGB is 176 - color contains mainly: red. Hex color #B0222D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0222D is #4FDDD2. Grayscale: #4D4D4D. Windows color (decimal): -5234131 or 2958000. OLE color: 2958000.
HSL color Cylindrical-coordinate representation of color #B0222D: hue angle of 355.35º 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 #B0222D is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 34 | 45 | - |
| CMYK | 0 | 0.81 | 0.74 | 0.31 |
| HSL | 355.35º | 0.68% | 0.41% | - |
| HSV(B) | 355.35º | 0.81% | 0.69% | - |
| XYZ | 18.95 | 10.56 | 3.52 | - |
| YUV | 77.71 | 109.54 | 198.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 34 | 45 | 0 | 0.81 | 0.74 | 0.31 | 355.35 | 0.68 | 0.41 |
| Hex | B0 | 22 | 2D | 0 | 51 | 4A | 1F | 163 | 44 | 29 |
| Octal | 260 | 42 | 55 | 0 | 121 | 112 | 37 | 543 | 104 | 51 |
| Binary | 10110000 | 100010 | 101101 | 0 | 1010001 | 1001010 | 11111 | 101100011 | 1000100 | 101001 |
Color Harmonies of #B0222D
Complementary color
Monochromatic Colors of #B0222D
Black with #B0222D
Text Example
Text Example
White with #B0222D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0222D; }
p { color: rgb(176,34,45); }
H1.HeaderClassName
{
color: #B0222D;
}
.AnyTagClassName
{
color: #B0222D;
}
</style>
background-color css
<style>
a { background-color: #B0222D; }
a { background-color: rgb(176,34,45); }
div.DivClassName
{
background-color: #B0222D;
}
.BgClassName
{
background-color: #B0222D;
}
</style>
border-color css
<style>
span { border-color: #B0222D; }
span { border-color: rgb(176,34,45); }
td.TdClassName
{
border-color: #B0222D;
}
.TagClassName
{
border-color: #B0222D;
}
</style>