Shades of Cardinal #B6132D
Tints of Cardinal #B6132D
RGB
CMYK
RGB Variations
Color information
#B6132D (or 0xB6132D) is known color: Cardinal. HEX triplet: B6, 13 and 2D. RGB value is (182,19,45). Sum of RGB (Red+Green+Blue) = 182+19+45=246 (32% of max value = 765). Red value is 182 (71.48% from 255 or 73.98% from 246); Green value is 19 (7.81% from 255 or 7.72% from 246); Blue value is 45 (17.97% from 255 or 18.29% from 246); Max value from RGB is 182 - color contains mainly: red. Hex color #B6132D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6132D is #49ECD2. Grayscale: #464646. Windows color (decimal): -4844755 or 2954166. OLE color: 2954166.
HSL color Cylindrical-coordinate representation of color #B6132D: hue angle of 350.43º degrees, saturation: 0.81, 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 #B6132D is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 19 | 45 | - |
| CMYK | 0 | 0.90 | 0.75 | 0.29 |
| HSL | 350.43º | 0.81% | 0.39% | - |
| HSV(B) | 350.43º | 0.9% | 0.71% | - |
| XYZ | 20 | 10.6 | 3.47 | - |
| YUV | 70.7 | 113.5 | 207.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 19 | 45 | 0 | 0.90 | 0.75 | 0.29 | 350.43 | 0.81 | 0.39 |
| Hex | B6 | 13 | 2D | 0 | 5A | 4B | 1D | 15E | 51 | 27 |
| Octal | 266 | 23 | 55 | 0 | 132 | 113 | 35 | 536 | 121 | 47 |
| Binary | 10110110 | 10011 | 101101 | 0 | 1011010 | 1001011 | 11101 | 101011110 | 1010001 | 100111 |
Color Harmonies of #B6132D
Complementary color
Monochromatic Colors of #B6132D
Black with #B6132D
Text Example
Text Example
White with #B6132D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6132D; }
p { color: rgb(182,19,45); }
H1.HeaderClassName
{
color: #B6132D;
}
.AnyTagClassName
{
color: #B6132D;
}
</style>
background-color css
<style>
a { background-color: #B6132D; }
a { background-color: rgb(182,19,45); }
div.DivClassName
{
background-color: #B6132D;
}
.BgClassName
{
background-color: #B6132D;
}
</style>
border-color css
<style>
span { border-color: #B6132D; }
span { border-color: rgb(182,19,45); }
td.TdClassName
{
border-color: #B6132D;
}
.TagClassName
{
border-color: #B6132D;
}
</style>