Shades of Cardinal #B6162A
Tints of Cardinal #B6162A
RGB
CMYK
RGB Variations
Color information
#B6162A (or 0xB6162A) is known color: Cardinal. HEX triplet: B6, 16 and 2A. RGB value is (182,22,42). Sum of RGB (Red+Green+Blue) = 182+22+42=246 (32% of max value = 765). Red value is 182 (71.48% from 255 or 73.98% from 246); Green value is 22 (8.98% from 255 or 8.94% from 246); Blue value is 42 (16.80% from 255 or 17.07% from 246); Max value from RGB is 182 - color contains mainly: red. Hex color #B6162A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6162A is #49E9D5. Grayscale: #484848. Windows color (decimal): -4843990 or 2758326. OLE color: 2758326.
HSL color Cylindrical-coordinate representation of color #B6162A: hue angle of 352.5º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B6162A is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 22 | 42 | - |
| CMYK | 0 | 0.88 | 0.77 | 0.29 |
| HSL | 352.5º | 0.78% | 0.4% | - |
| HSV(B) | 352.5º | 0.88% | 0.71% | - |
| XYZ | 20 | 10.69 | 3.2 | - |
| YUV | 72.12 | 111.01 | 206.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 22 | 42 | 0 | 0.88 | 0.77 | 0.29 | 352.5 | 0.78 | 0.4 |
| Hex | B6 | 16 | 2A | 0 | 58 | 4D | 1D | 160 | 4E | 28 |
| Octal | 266 | 26 | 52 | 0 | 130 | 115 | 35 | 540 | 116 | 50 |
| Binary | 10110110 | 10110 | 101010 | 0 | 1011000 | 1001101 | 11101 | 101100000 | 1001110 | 101000 |
Color Harmonies of #B6162A
Complementary color
Monochromatic Colors of #B6162A
Black with #B6162A
Text Example
Text Example
White with #B6162A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6162A; }
p { color: rgb(182,22,42); }
H1.HeaderClassName
{
color: #B6162A;
}
.AnyTagClassName
{
color: #B6162A;
}
</style>
background-color css
<style>
a { background-color: #B6162A; }
a { background-color: rgb(182,22,42); }
div.DivClassName
{
background-color: #B6162A;
}
.BgClassName
{
background-color: #B6162A;
}
</style>
border-color css
<style>
span { border-color: #B6162A; }
span { border-color: rgb(182,22,42); }
td.TdClassName
{
border-color: #B6162A;
}
.TagClassName
{
border-color: #B6162A;
}
</style>