Shades of Cardinal #B8082F
Tints of Cardinal #B8082F
RGB
CMYK
RGB Variations
Color information
#B8082F (or 0xB8082F) is known color: Cardinal. HEX triplet: B8, 08 and 2F. RGB value is (184,8,47). Sum of RGB (Red+Green+Blue) = 184+8+47=239 (31% of max value = 765). Red value is 184 (72.27% from 255 or 76.99% from 239); Green value is 8 (3.52% from 255 or 3.35% from 239); Blue value is 47 (18.75% from 255 or 19.67% from 239); Max value from RGB is 184 - color contains mainly: red. Hex color #B8082F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8082F is #47F7D0. Grayscale: #414141. Windows color (decimal): -4716497 or 3082424. OLE color: 3082424.
HSL color Cylindrical-coordinate representation of color #B8082F: hue angle of 346.7º 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 #B8082F is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 8 | 47 | - |
| CMYK | 0 | 0.96 | 0.74 | 0.28 |
| HSL | 346.7º | 0.92% | 0.38% | - |
| HSV(B) | 346.7º | 0.96% | 0.72% | - |
| XYZ | 20.37 | 10.57 | 3.66 | - |
| YUV | 65.07 | 117.81 | 212.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 8 | 47 | 0 | 0.96 | 0.74 | 0.28 | 346.7 | 0.92 | 0.38 |
| Hex | B8 | 8 | 2F | 0 | 60 | 4A | 1C | 15B | 5C | 26 |
| Octal | 270 | 10 | 57 | 0 | 140 | 112 | 34 | 533 | 134 | 46 |
| Binary | 10111000 | 1000 | 101111 | 0 | 1100000 | 1001010 | 11100 | 101011011 | 1011100 | 100110 |
Color Harmonies of #B8082F
Complementary color
Monochromatic Colors of #B8082F
Black with #B8082F
Text Example
Text Example
White with #B8082F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8082F; }
p { color: rgb(184,8,47); }
H1.HeaderClassName
{
color: #B8082F;
}
.AnyTagClassName
{
color: #B8082F;
}
</style>
background-color css
<style>
a { background-color: #B8082F; }
a { background-color: rgb(184,8,47); }
div.DivClassName
{
background-color: #B8082F;
}
.BgClassName
{
background-color: #B8082F;
}
</style>
border-color css
<style>
span { border-color: #B8082F; }
span { border-color: rgb(184,8,47); }
td.TdClassName
{
border-color: #B8082F;
}
.TagClassName
{
border-color: #B8082F;
}
</style>