Shades of Cardinal #B8182D
Tints of Cardinal #B8182D
RGB
CMYK
RGB Variations
Color information
#B8182D (or 0xB8182D) is known color: Cardinal. HEX triplet: B8, 18 and 2D. RGB value is (184,24,45). Sum of RGB (Red+Green+Blue) = 184+24+45=253 (33% of max value = 765). Red value is 184 (72.27% from 255 or 72.73% from 253); Green value is 24 (9.77% from 255 or 9.49% from 253); Blue value is 45 (17.97% from 255 or 17.79% from 253); Max value from RGB is 184 - color contains mainly: red. Hex color #B8182D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8182D is #47E7D2. Grayscale: #4A4A4A. Windows color (decimal): -4712403 or 2955448. OLE color: 2955448.
HSL color Cylindrical-coordinate representation of color #B8182D: hue angle of 352.12º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B8182D is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 24 | 45 | - |
| CMYK | 0 | 0.87 | 0.76 | 0.28 |
| HSL | 352.13º | 0.77% | 0.41% | - |
| HSV(B) | 352.13º | 0.87% | 0.72% | - |
| XYZ | 20.57 | 11.03 | 3.53 | - |
| YUV | 74.23 | 111.51 | 206.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 24 | 45 | 0 | 0.87 | 0.76 | 0.28 | 352.13 | 0.77 | 0.41 |
| Hex | B8 | 18 | 2D | 0 | 57 | 4C | 1C | 160 | 4D | 29 |
| Octal | 270 | 30 | 55 | 0 | 127 | 114 | 34 | 540 | 115 | 51 |
| Binary | 10111000 | 11000 | 101101 | 0 | 1010111 | 1001100 | 11100 | 101100000 | 1001101 | 101001 |
Color Harmonies of #B8182D
Complementary color
Monochromatic Colors of #B8182D
Black with #B8182D
Text Example
Text Example
White with #B8182D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8182D; }
p { color: rgb(184,24,45); }
H1.HeaderClassName
{
color: #B8182D;
}
.AnyTagClassName
{
color: #B8182D;
}
</style>
background-color css
<style>
a { background-color: #B8182D; }
a { background-color: rgb(184,24,45); }
div.DivClassName
{
background-color: #B8182D;
}
.BgClassName
{
background-color: #B8182D;
}
</style>
border-color css
<style>
span { border-color: #B8182D; }
span { border-color: rgb(184,24,45); }
td.TdClassName
{
border-color: #B8182D;
}
.TagClassName
{
border-color: #B8182D;
}
</style>