Shades of Cardinal #B6192B
Tints of Cardinal #B6192B
RGB
CMYK
RGB Variations
Color information
#B6192B (or 0xB6192B) is known color: Cardinal. HEX triplet: B6, 19 and 2B. RGB value is (182,25,43). Sum of RGB (Red+Green+Blue) = 182+25+43=250 (33% of max value = 765). Red value is 182 (71.48% from 255 or 72.8% from 250); Green value is 25 (10.16% from 255 or 10% from 250); Blue value is 43 (17.19% from 255 or 17.2% from 250); Max value from RGB is 182 - color contains mainly: red. Hex color #B6192B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6192B is #49E6D4. Grayscale: #4A4A4A. Windows color (decimal): -4843221 or 2824630. OLE color: 2824630.
HSL color Cylindrical-coordinate representation of color #B6192B: hue angle of 353.12º 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 #B6192B is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 25 | 43 | - |
| CMYK | 0 | 0.86 | 0.76 | 0.29 |
| HSL | 353.12º | 0.76% | 0.41% | - |
| HSV(B) | 353.12º | 0.86% | 0.71% | - |
| XYZ | 20.08 | 10.81 | 3.31 | - |
| YUV | 74 | 110.51 | 205.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 25 | 43 | 0 | 0.86 | 0.76 | 0.29 | 353.12 | 0.76 | 0.41 |
| Hex | B6 | 19 | 2B | 0 | 56 | 4C | 1D | 161 | 4C | 29 |
| Octal | 266 | 31 | 53 | 0 | 126 | 114 | 35 | 541 | 114 | 51 |
| Binary | 10110110 | 11001 | 101011 | 0 | 1010110 | 1001100 | 11101 | 101100001 | 1001100 | 101001 |
Color Harmonies of #B6192B
Complementary color
Monochromatic Colors of #B6192B
Black with #B6192B
Text Example
Text Example
White with #B6192B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6192B; }
p { color: rgb(182,25,43); }
H1.HeaderClassName
{
color: #B6192B;
}
.AnyTagClassName
{
color: #B6192B;
}
</style>
background-color css
<style>
a { background-color: #B6192B; }
a { background-color: rgb(182,25,43); }
div.DivClassName
{
background-color: #B6192B;
}
.BgClassName
{
background-color: #B6192B;
}
</style>
border-color css
<style>
span { border-color: #B6192B; }
span { border-color: rgb(182,25,43); }
td.TdClassName
{
border-color: #B6192B;
}
.TagClassName
{
border-color: #B6192B;
}
</style>