Shades of Cardinal #B8213B
Tints of Cardinal #B8213B
RGB
CMYK
RGB Variations
Color information
#B8213B (or 0xB8213B) is known color: Cardinal. HEX triplet: B8, 21 and 3B. RGB value is (184,33,59). Sum of RGB (Red+Green+Blue) = 184+33+59=276 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.67% from 276); Green value is 33 (13.28% from 255 or 11.96% from 276); Blue value is 59 (23.44% from 255 or 21.38% from 276); Max value from RGB is 184 - color contains mainly: red. Hex color #B8213B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8213B is #47DEC4. Grayscale: #515151. Windows color (decimal): -4710085 or 3875256. OLE color: 3875256.
HSL color Cylindrical-coordinate representation of color #B8213B: hue angle of 349.67º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B8213B is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 33 | 59 | - |
| CMYK | 0 | 0.82 | 0.68 | 0.28 |
| HSL | 349.67º | 0.7% | 0.43% | - |
| HSV(B) | 349.67º | 0.82% | 0.72% | - |
| XYZ | 21.1 | 11.59 | 5.26 | - |
| YUV | 81.11 | 115.53 | 201.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 33 | 59 | 0 | 0.82 | 0.68 | 0.28 | 349.67 | 0.7 | 0.43 |
| Hex | B8 | 21 | 3B | 0 | 52 | 44 | 1C | 15E | 46 | 2B |
| Octal | 270 | 41 | 73 | 0 | 122 | 104 | 34 | 536 | 106 | 53 |
| Binary | 10111000 | 100001 | 111011 | 0 | 1010010 | 1000100 | 11100 | 101011110 | 1000110 | 101011 |
Color Harmonies of #B8213B
Complementary color
Monochromatic Colors of #B8213B
Black with #B8213B
Text Example
Text Example
White with #B8213B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8213B; }
p { color: rgb(184,33,59); }
H1.HeaderClassName
{
color: #B8213B;
}
.AnyTagClassName
{
color: #B8213B;
}
</style>
background-color css
<style>
a { background-color: #B8213B; }
a { background-color: rgb(184,33,59); }
div.DivClassName
{
background-color: #B8213B;
}
.BgClassName
{
background-color: #B8213B;
}
</style>
border-color css
<style>
span { border-color: #B8213B; }
span { border-color: rgb(184,33,59); }
td.TdClassName
{
border-color: #B8213B;
}
.TagClassName
{
border-color: #B8213B;
}
</style>