Shades of Cardinal #B6123D
Tints of Cardinal #B6123D
RGB
CMYK
RGB Variations
Color information
#B6123D (or 0xB6123D) is known color: Cardinal. HEX triplet: B6, 12 and 3D. RGB value is (182,18,61). Sum of RGB (Red+Green+Blue) = 182+18+61=261 (34% of max value = 765). Red value is 182 (71.48% from 255 or 69.73% from 261); Green value is 18 (7.42% from 255 or 6.90% from 261); Blue value is 61 (24.22% from 255 or 23.37% from 261); Max value from RGB is 182 - color contains mainly: red. Hex color #B6123D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6123D is #49EDC2. Grayscale: #474747. Windows color (decimal): -4844995 or 4002486. OLE color: 4002486.
HSL color Cylindrical-coordinate representation of color #B6123D: hue angle of 344.27º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B6123D is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 18 | 61 | - |
| CMYK | 0 | 0.90 | 0.66 | 0.29 |
| HSL | 344.27º | 0.82% | 0.39% | - |
| HSV(B) | 344.27º | 0.9% | 0.71% | - |
| XYZ | 20.35 | 10.71 | 5.41 | - |
| YUV | 71.94 | 121.83 | 206.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 18 | 61 | 0 | 0.90 | 0.66 | 0.29 | 344.27 | 0.82 | 0.39 |
| Hex | B6 | 12 | 3D | 0 | 5A | 42 | 1D | 158 | 52 | 27 |
| Octal | 266 | 22 | 75 | 0 | 132 | 102 | 35 | 530 | 122 | 47 |
| Binary | 10110110 | 10010 | 111101 | 0 | 1011010 | 1000010 | 11101 | 101011000 | 1010010 | 100111 |
Color Harmonies of #B6123D
Complementary color
Monochromatic Colors of #B6123D
Black with #B6123D
Text Example
Text Example
White with #B6123D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6123D; }
p { color: rgb(182,18,61); }
H1.HeaderClassName
{
color: #B6123D;
}
.AnyTagClassName
{
color: #B6123D;
}
</style>
background-color css
<style>
a { background-color: #B6123D; }
a { background-color: rgb(182,18,61); }
div.DivClassName
{
background-color: #B6123D;
}
.BgClassName
{
background-color: #B6123D;
}
</style>
border-color css
<style>
span { border-color: #B6123D; }
span { border-color: rgb(182,18,61); }
td.TdClassName
{
border-color: #B6123D;
}
.TagClassName
{
border-color: #B6123D;
}
</style>