Shades of Cardinal #B7082B
Tints of Cardinal #B7082B
RGB
CMYK
RGB Variations
Color information
#B7082B (or 0xB7082B) is known color: Cardinal. HEX triplet: B7, 08 and 2B. RGB value is (183,8,43). Sum of RGB (Red+Green+Blue) = 183+8+43=234 (30% of max value = 765). Red value is 183 (71.88% from 255 or 78.21% from 234); Green value is 8 (3.52% from 255 or 3.42% from 234); Blue value is 43 (17.19% from 255 or 18.38% from 234); Max value from RGB is 183 - color contains mainly: red. Hex color #B7082B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7082B is #48F7D4. Grayscale: #404040. Windows color (decimal): -4782037 or 2820279. OLE color: 2820279.
HSL color Cylindrical-coordinate representation of color #B7082B: hue angle of 348º 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 #B7082B is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 8 | 43 | - |
| CMYK | 0 | 0.96 | 0.77 | 0.28 |
| HSL | 348º | 0.92% | 0.37% | - |
| HSV(B) | 348º | 0.96% | 0.72% | - |
| XYZ | 20.05 | 10.42 | 3.24 | - |
| YUV | 64.32 | 115.98 | 212.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 8 | 43 | 0 | 0.96 | 0.77 | 0.28 | 348 | 0.92 | 0.37 |
| Hex | B7 | 8 | 2B | 0 | 60 | 4D | 1C | 15C | 5C | 25 |
| Octal | 267 | 10 | 53 | 0 | 140 | 115 | 34 | 534 | 134 | 45 |
| Binary | 10110111 | 1000 | 101011 | 0 | 1100000 | 1001101 | 11100 | 101011100 | 1011100 | 100101 |
Color Harmonies of #B7082B
Complementary color
Monochromatic Colors of #B7082B
Black with #B7082B
Text Example
Text Example
White with #B7082B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7082B; }
p { color: rgb(183,8,43); }
H1.HeaderClassName
{
color: #B7082B;
}
.AnyTagClassName
{
color: #B7082B;
}
</style>
background-color css
<style>
a { background-color: #B7082B; }
a { background-color: rgb(183,8,43); }
div.DivClassName
{
background-color: #B7082B;
}
.BgClassName
{
background-color: #B7082B;
}
</style>
border-color css
<style>
span { border-color: #B7082B; }
span { border-color: rgb(183,8,43); }
td.TdClassName
{
border-color: #B7082B;
}
.TagClassName
{
border-color: #B7082B;
}
</style>