Shades of Cardinal #B2192E
Tints of Cardinal #B2192E
RGB
CMYK
RGB Variations
Color information
#B2192E (or 0xB2192E) is known color: Cardinal. HEX triplet: B2, 19 and 2E. RGB value is (178,25,46). Sum of RGB (Red+Green+Blue) = 178+25+46=249 (32% of max value = 765). Red value is 178 (69.92% from 255 or 71.49% from 249); Green value is 25 (10.16% from 255 or 10.04% from 249); Blue value is 46 (18.36% from 255 or 18.47% from 249); Max value from RGB is 178 - color contains mainly: red. Hex color #B2192E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2192E is #4DE6D1. Grayscale: #494949. Windows color (decimal): -5105362 or 3021234. OLE color: 3021234.
HSL color Cylindrical-coordinate representation of color #B2192E: hue angle of 351.76º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B2192E is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 25 | 46 | - |
| CMYK | 0 | 0.86 | 0.74 | 0.30 |
| HSL | 351.76º | 0.75% | 0.4% | - |
| HSV(B) | 351.76º | 0.86% | 0.7% | - |
| XYZ | 19.2 | 10.36 | 3.57 | - |
| YUV | 73.14 | 112.69 | 202.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 25 | 46 | 0 | 0.86 | 0.74 | 0.30 | 351.76 | 0.75 | 0.4 |
| Hex | B2 | 19 | 2E | 0 | 56 | 4A | 1E | 160 | 4B | 28 |
| Octal | 262 | 31 | 56 | 0 | 126 | 112 | 36 | 540 | 113 | 50 |
| Binary | 10110010 | 11001 | 101110 | 0 | 1010110 | 1001010 | 11110 | 101100000 | 1001011 | 101000 |
Color Harmonies of #B2192E
Complementary color
Monochromatic Colors of #B2192E
Black with #B2192E
Text Example
Text Example
White with #B2192E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2192E; }
p { color: rgb(178,25,46); }
H1.HeaderClassName
{
color: #B2192E;
}
.AnyTagClassName
{
color: #B2192E;
}
</style>
background-color css
<style>
a { background-color: #B2192E; }
a { background-color: rgb(178,25,46); }
div.DivClassName
{
background-color: #B2192E;
}
.BgClassName
{
background-color: #B2192E;
}
</style>
border-color css
<style>
span { border-color: #B2192E; }
span { border-color: rgb(178,25,46); }
td.TdClassName
{
border-color: #B2192E;
}
.TagClassName
{
border-color: #B2192E;
}
</style>