Shades of Cardinal #B6072C
Tints of Cardinal #B6072C
RGB
CMYK
RGB Variations
Color information
#B6072C (or 0xB6072C) is known color: Cardinal. HEX triplet: B6, 07 and 2C. RGB value is (182,7,44). Sum of RGB (Red+Green+Blue) = 182+7+44=233 (30% of max value = 765). Red value is 182 (71.48% from 255 or 78.11% from 233); Green value is 7 (3.12% from 255 or 3.00% from 233); Blue value is 44 (17.58% from 255 or 18.88% from 233); Max value from RGB is 182 - color contains mainly: red. Hex color #B6072C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6072C is #49F8D3. Grayscale: #3F3F3F. Windows color (decimal): -4847828 or 2885558. OLE color: 2885558.
HSL color Cylindrical-coordinate representation of color #B6072C: hue angle of 347.31º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B6072C is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 7 | 44 | - |
| CMYK | 0 | 0.96 | 0.76 | 0.29 |
| HSL | 347.31º | 0.93% | 0.37% | - |
| HSV(B) | 347.31º | 0.96% | 0.71% | - |
| XYZ | 19.82 | 10.28 | 3.32 | - |
| YUV | 63.54 | 116.98 | 212.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 7 | 44 | 0 | 0.96 | 0.76 | 0.29 | 347.31 | 0.93 | 0.37 |
| Hex | B6 | 7 | 2C | 0 | 60 | 4C | 1D | 15B | 5D | 25 |
| Octal | 266 | 7 | 54 | 0 | 140 | 114 | 35 | 533 | 135 | 45 |
| Binary | 10110110 | 111 | 101100 | 0 | 1100000 | 1001100 | 11101 | 101011011 | 1011101 | 100101 |
Color Harmonies of #B6072C
Complementary color
Monochromatic Colors of #B6072C
Black with #B6072C
Text Example
Text Example
White with #B6072C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6072C; }
p { color: rgb(182,7,44); }
H1.HeaderClassName
{
color: #B6072C;
}
.AnyTagClassName
{
color: #B6072C;
}
</style>
background-color css
<style>
a { background-color: #B6072C; }
a { background-color: rgb(182,7,44); }
div.DivClassName
{
background-color: #B6072C;
}
.BgClassName
{
background-color: #B6072C;
}
</style>
border-color css
<style>
span { border-color: #B6072C; }
span { border-color: rgb(182,7,44); }
td.TdClassName
{
border-color: #B6072C;
}
.TagClassName
{
border-color: #B6072C;
}
</style>