Shades of Cardinal #B7082D
Tints of Cardinal #B7082D
RGB
CMYK
RGB Variations
Color information
#B7082D (or 0xB7082D) is known color: Cardinal. HEX triplet: B7, 08 and 2D. RGB value is (183,8,45). Sum of RGB (Red+Green+Blue) = 183+8+45=236 (31% of max value = 765). Red value is 183 (71.88% from 255 or 77.54% from 236); Green value is 8 (3.52% from 255 or 3.39% from 236); Blue value is 45 (17.97% from 255 or 19.07% from 236); Max value from RGB is 183 - color contains mainly: red. Hex color #B7082D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7082D is #48F7D2. Grayscale: #404040. Windows color (decimal): -4782035 or 2951351. OLE color: 2951351.
HSL color Cylindrical-coordinate representation of color #B7082D: hue angle of 347.31º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B7082D is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 8 | 45 | - |
| CMYK | 0 | 0.96 | 0.75 | 0.28 |
| HSL | 347.31º | 0.92% | 0.37% | - |
| HSV(B) | 347.31º | 0.96% | 0.72% | - |
| XYZ | 20.09 | 10.43 | 3.44 | - |
| YUV | 64.54 | 116.98 | 212.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 8 | 45 | 0 | 0.96 | 0.75 | 0.28 | 347.31 | 0.92 | 0.37 |
| Hex | B7 | 8 | 2D | 0 | 60 | 4B | 1C | 15B | 5C | 25 |
| Octal | 267 | 10 | 55 | 0 | 140 | 113 | 34 | 533 | 134 | 45 |
| Binary | 10110111 | 1000 | 101101 | 0 | 1100000 | 1001011 | 11100 | 101011011 | 1011100 | 100101 |
Color Harmonies of #B7082D
Complementary color
Monochromatic Colors of #B7082D
Black with #B7082D
Text Example
Text Example
White with #B7082D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7082D; }
p { color: rgb(183,8,45); }
H1.HeaderClassName
{
color: #B7082D;
}
.AnyTagClassName
{
color: #B7082D;
}
</style>
background-color css
<style>
a { background-color: #B7082D; }
a { background-color: rgb(183,8,45); }
div.DivClassName
{
background-color: #B7082D;
}
.BgClassName
{
background-color: #B7082D;
}
</style>
border-color css
<style>
span { border-color: #B7082D; }
span { border-color: rgb(183,8,45); }
td.TdClassName
{
border-color: #B7082D;
}
.TagClassName
{
border-color: #B7082D;
}
</style>