Shades of Cardinal #B2222C
Tints of Cardinal #B2222C
RGB
CMYK
RGB Variations
Color information
#B2222C (or 0xB2222C) is known color: Cardinal. HEX triplet: B2, 22 and 2C. RGB value is (178,34,44). Sum of RGB (Red+Green+Blue) = 178+34+44=256 (33% of max value = 765). Red value is 178 (69.92% from 255 or 69.53% from 256); Green value is 34 (13.67% from 255 or 13.28% from 256); Blue value is 44 (17.58% from 255 or 17.19% from 256); Max value from RGB is 178 - color contains mainly: red. Hex color #B2222C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2222C is #4DDDD3. Grayscale: #4E4E4E. Windows color (decimal): -5103060 or 2892466. OLE color: 2892466.
HSL color Cylindrical-coordinate representation of color #B2222C: hue angle of 355.83º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B2222C is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 34 | 44 | - |
| CMYK | 0 | 0.81 | 0.75 | 0.30 |
| HSL | 355.83º | 0.68% | 0.42% | - |
| HSV(B) | 355.83º | 0.81% | 0.7% | - |
| XYZ | 19.39 | 10.79 | 3.44 | - |
| YUV | 78.2 | 108.71 | 199.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 34 | 44 | 0 | 0.81 | 0.75 | 0.30 | 355.83 | 0.68 | 0.42 |
| Hex | B2 | 22 | 2C | 0 | 51 | 4B | 1E | 164 | 44 | 2A |
| Octal | 262 | 42 | 54 | 0 | 121 | 113 | 36 | 544 | 104 | 52 |
| Binary | 10110010 | 100010 | 101100 | 0 | 1010001 | 1001011 | 11110 | 101100100 | 1000100 | 101010 |
Color Harmonies of #B2222C
Complementary color
Monochromatic Colors of #B2222C
Black with #B2222C
Text Example
Text Example
White with #B2222C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2222C; }
p { color: rgb(178,34,44); }
H1.HeaderClassName
{
color: #B2222C;
}
.AnyTagClassName
{
color: #B2222C;
}
</style>
background-color css
<style>
a { background-color: #B2222C; }
a { background-color: rgb(178,34,44); }
div.DivClassName
{
background-color: #B2222C;
}
.BgClassName
{
background-color: #B2222C;
}
</style>
border-color css
<style>
span { border-color: #B2222C; }
span { border-color: rgb(178,34,44); }
td.TdClassName
{
border-color: #B2222C;
}
.TagClassName
{
border-color: #B2222C;
}
</style>