Shades of Cardinal #B8082E
Tints of Cardinal #B8082E
RGB
CMYK
RGB Variations
Color information
#B8082E (or 0xB8082E) is known color: Cardinal. HEX triplet: B8, 08 and 2E. RGB value is (184,8,46). Sum of RGB (Red+Green+Blue) = 184+8+46=238 (31% of max value = 765). Red value is 184 (72.27% from 255 or 77.31% from 238); Green value is 8 (3.52% from 255 or 3.36% from 238); Blue value is 46 (18.36% from 255 or 19.33% from 238); Max value from RGB is 184 - color contains mainly: red. Hex color #B8082E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8082E is #47F7D1. Grayscale: #404040. Windows color (decimal): -4716498 or 3016888. OLE color: 3016888.
HSL color Cylindrical-coordinate representation of color #B8082E: hue angle of 347.05º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B8082E is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 8 | 46 | - |
| CMYK | 0 | 0.96 | 0.75 | 0.28 |
| HSL | 347.05º | 0.92% | 0.38% | - |
| HSV(B) | 347.05º | 0.96% | 0.72% | - |
| XYZ | 20.35 | 10.56 | 3.55 | - |
| YUV | 64.96 | 117.31 | 212.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 8 | 46 | 0 | 0.96 | 0.75 | 0.28 | 347.05 | 0.92 | 0.38 |
| Hex | B8 | 8 | 2E | 0 | 60 | 4B | 1C | 15B | 5C | 26 |
| Octal | 270 | 10 | 56 | 0 | 140 | 113 | 34 | 533 | 134 | 46 |
| Binary | 10111000 | 1000 | 101110 | 0 | 1100000 | 1001011 | 11100 | 101011011 | 1011100 | 100110 |
Color Harmonies of #B8082E
Complementary color
Monochromatic Colors of #B8082E
Black with #B8082E
Text Example
Text Example
White with #B8082E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8082E; }
p { color: rgb(184,8,46); }
H1.HeaderClassName
{
color: #B8082E;
}
.AnyTagClassName
{
color: #B8082E;
}
</style>
background-color css
<style>
a { background-color: #B8082E; }
a { background-color: rgb(184,8,46); }
div.DivClassName
{
background-color: #B8082E;
}
.BgClassName
{
background-color: #B8082E;
}
</style>
border-color css
<style>
span { border-color: #B8082E; }
span { border-color: rgb(184,8,46); }
td.TdClassName
{
border-color: #B8082E;
}
.TagClassName
{
border-color: #B8082E;
}
</style>