Shades of Cardinal #B7213F
Tints of Cardinal #B7213F
RGB
CMYK
RGB Variations
Color information
#B7213F (or 0xB7213F) is known color: Cardinal. HEX triplet: B7, 21 and 3F. RGB value is (183,33,63). Sum of RGB (Red+Green+Blue) = 183+33+63=279 (36% of max value = 765). Red value is 183 (71.88% from 255 or 65.59% from 279); Green value is 33 (13.28% from 255 or 11.83% from 279); Blue value is 63 (25% from 255 or 22.58% from 279); Max value from RGB is 183 - color contains mainly: red. Hex color #B7213F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7213F is #48DEC0. Grayscale: #515151. Windows color (decimal): -4775617 or 4137399. OLE color: 4137399.
HSL color Cylindrical-coordinate representation of color #B7213F: hue angle of 348º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B7213F is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 33 | 63 | - |
| CMYK | 0 | 0.82 | 0.66 | 0.28 |
| HSL | 348º | 0.69% | 0.42% | - |
| HSV(B) | 348º | 0.82% | 0.72% | - |
| XYZ | 20.97 | 11.51 | 5.82 | - |
| YUV | 81.27 | 117.7 | 200.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 33 | 63 | 0 | 0.82 | 0.66 | 0.28 | 348 | 0.69 | 0.42 |
| Hex | B7 | 21 | 3F | 0 | 52 | 42 | 1C | 15C | 45 | 2A |
| Octal | 267 | 41 | 77 | 0 | 122 | 102 | 34 | 534 | 105 | 52 |
| Binary | 10110111 | 100001 | 111111 | 0 | 1010010 | 1000010 | 11100 | 101011100 | 1000101 | 101010 |
Color Harmonies of #B7213F
Complementary color
Monochromatic Colors of #B7213F
Black with #B7213F
Text Example
Text Example
White with #B7213F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7213F; }
p { color: rgb(183,33,63); }
H1.HeaderClassName
{
color: #B7213F;
}
.AnyTagClassName
{
color: #B7213F;
}
</style>
background-color css
<style>
a { background-color: #B7213F; }
a { background-color: rgb(183,33,63); }
div.DivClassName
{
background-color: #B7213F;
}
.BgClassName
{
background-color: #B7213F;
}
</style>
border-color css
<style>
span { border-color: #B7213F; }
span { border-color: rgb(183,33,63); }
td.TdClassName
{
border-color: #B7213F;
}
.TagClassName
{
border-color: #B7213F;
}
</style>