Shades of Cardinal #B6192C
Tints of Cardinal #B6192C
RGB
CMYK
RGB Variations
Color information
#B6192C (or 0xB6192C) is known color: Cardinal. HEX triplet: B6, 19 and 2C. RGB value is (182,25,44). Sum of RGB (Red+Green+Blue) = 182+25+44=251 (33% of max value = 765). Red value is 182 (71.48% from 255 or 72.51% from 251); Green value is 25 (10.16% from 255 or 9.96% from 251); Blue value is 44 (17.58% from 255 or 17.53% from 251); Max value from RGB is 182 - color contains mainly: red. Hex color #B6192C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6192C is #49E6D3. Grayscale: #4A4A4A. Windows color (decimal): -4843220 or 2890166. OLE color: 2890166.
HSL color Cylindrical-coordinate representation of color #B6192C: hue angle of 352.74º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B6192C is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 25 | 44 | - |
| CMYK | 0 | 0.86 | 0.76 | 0.29 |
| HSL | 352.74º | 0.76% | 0.41% | - |
| HSV(B) | 352.74º | 0.86% | 0.71% | - |
| XYZ | 20.09 | 10.82 | 3.41 | - |
| YUV | 74.11 | 111.01 | 204.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 25 | 44 | 0 | 0.86 | 0.76 | 0.29 | 352.74 | 0.76 | 0.41 |
| Hex | B6 | 19 | 2C | 0 | 56 | 4C | 1D | 161 | 4C | 29 |
| Octal | 266 | 31 | 54 | 0 | 126 | 114 | 35 | 541 | 114 | 51 |
| Binary | 10110110 | 11001 | 101100 | 0 | 1010110 | 1001100 | 11101 | 101100001 | 1001100 | 101001 |
Color Harmonies of #B6192C
Complementary color
Monochromatic Colors of #B6192C
Black with #B6192C
Text Example
Text Example
White with #B6192C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6192C; }
p { color: rgb(182,25,44); }
H1.HeaderClassName
{
color: #B6192C;
}
.AnyTagClassName
{
color: #B6192C;
}
</style>
background-color css
<style>
a { background-color: #B6192C; }
a { background-color: rgb(182,25,44); }
div.DivClassName
{
background-color: #B6192C;
}
.BgClassName
{
background-color: #B6192C;
}
</style>
border-color css
<style>
span { border-color: #B6192C; }
span { border-color: rgb(182,25,44); }
td.TdClassName
{
border-color: #B6192C;
}
.TagClassName
{
border-color: #B6192C;
}
</style>