Shades of Cardinal #B8082C
Tints of Cardinal #B8082C
RGB
CMYK
RGB Variations
Color information
#B8082C (or 0xB8082C) is known color: Cardinal. HEX triplet: B8, 08 and 2C. RGB value is (184,8,44). Sum of RGB (Red+Green+Blue) = 184+8+44=236 (31% of max value = 765). Red value is 184 (72.27% from 255 or 77.97% from 236); Green value is 8 (3.52% from 255 or 3.39% from 236); Blue value is 44 (17.58% from 255 or 18.64% from 236); Max value from RGB is 184 - color contains mainly: red. Hex color #B8082C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8082C is #47F7D3. Grayscale: #404040. Windows color (decimal): -4716500 or 2885816. OLE color: 2885816.
HSL color Cylindrical-coordinate representation of color #B8082C: hue angle of 347.73º 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 #B8082C is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 8 | 44 | - |
| CMYK | 0 | 0.96 | 0.76 | 0.28 |
| HSL | 347.73º | 0.92% | 0.38% | - |
| HSV(B) | 347.73º | 0.96% | 0.72% | - |
| XYZ | 20.31 | 10.55 | 3.35 | - |
| YUV | 64.73 | 116.31 | 213.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 8 | 44 | 0 | 0.96 | 0.76 | 0.28 | 347.73 | 0.92 | 0.38 |
| Hex | B8 | 8 | 2C | 0 | 60 | 4C | 1C | 15C | 5C | 26 |
| Octal | 270 | 10 | 54 | 0 | 140 | 114 | 34 | 534 | 134 | 46 |
| Binary | 10111000 | 1000 | 101100 | 0 | 1100000 | 1001100 | 11100 | 101011100 | 1011100 | 100110 |
Color Harmonies of #B8082C
Complementary color
Monochromatic Colors of #B8082C
Black with #B8082C
Text Example
Text Example
White with #B8082C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8082C; }
p { color: rgb(184,8,44); }
H1.HeaderClassName
{
color: #B8082C;
}
.AnyTagClassName
{
color: #B8082C;
}
</style>
background-color css
<style>
a { background-color: #B8082C; }
a { background-color: rgb(184,8,44); }
div.DivClassName
{
background-color: #B8082C;
}
.BgClassName
{
background-color: #B8082C;
}
</style>
border-color css
<style>
span { border-color: #B8082C; }
span { border-color: rgb(184,8,44); }
td.TdClassName
{
border-color: #B8082C;
}
.TagClassName
{
border-color: #B8082C;
}
</style>