Shades of Cardinal #B8213D
Tints of Cardinal #B8213D
RGB
CMYK
RGB Variations
Color information
#B8213D (or 0xB8213D) is known color: Cardinal. HEX triplet: B8, 21 and 3D. RGB value is (184,33,61). Sum of RGB (Red+Green+Blue) = 184+33+61=278 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.19% from 278); Green value is 33 (13.28% from 255 or 11.87% from 278); Blue value is 61 (24.22% from 255 or 21.94% from 278); Max value from RGB is 184 - color contains mainly: red. Hex color #B8213D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8213D is #47DEC2. Grayscale: #515151. Windows color (decimal): -4710083 or 4006328. OLE color: 4006328.
HSL color Cylindrical-coordinate representation of color #B8213D: hue angle of 348.87º 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 #B8213D is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 33 | 61 | - |
| CMYK | 0 | 0.82 | 0.67 | 0.28 |
| HSL | 348.87º | 0.7% | 0.43% | - |
| HSV(B) | 348.87º | 0.82% | 0.72% | - |
| XYZ | 21.15 | 11.61 | 5.54 | - |
| YUV | 81.34 | 116.53 | 201.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 33 | 61 | 0 | 0.82 | 0.67 | 0.28 | 348.87 | 0.7 | 0.43 |
| Hex | B8 | 21 | 3D | 0 | 52 | 43 | 1C | 15D | 46 | 2B |
| Octal | 270 | 41 | 75 | 0 | 122 | 103 | 34 | 535 | 106 | 53 |
| Binary | 10111000 | 100001 | 111101 | 0 | 1010010 | 1000011 | 11100 | 101011101 | 1000110 | 101011 |
Color Harmonies of #B8213D
Complementary color
Monochromatic Colors of #B8213D
Black with #B8213D
Text Example
Text Example
White with #B8213D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8213D; }
p { color: rgb(184,33,61); }
H1.HeaderClassName
{
color: #B8213D;
}
.AnyTagClassName
{
color: #B8213D;
}
</style>
background-color css
<style>
a { background-color: #B8213D; }
a { background-color: rgb(184,33,61); }
div.DivClassName
{
background-color: #B8213D;
}
.BgClassName
{
background-color: #B8213D;
}
</style>
border-color css
<style>
span { border-color: #B8213D; }
span { border-color: rgb(184,33,61); }
td.TdClassName
{
border-color: #B8213D;
}
.TagClassName
{
border-color: #B8213D;
}
</style>