Shades of Cardinal #B9213D
Tints of Cardinal #B9213D
RGB
CMYK
RGB Variations
Color information
#B9213D (or 0xB9213D) is known color: Cardinal. HEX triplet: B9, 21 and 3D. RGB value is (185,33,61). Sum of RGB (Red+Green+Blue) = 185+33+61=279 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.31% from 279); Green value is 33 (13.28% from 255 or 11.83% from 279); Blue value is 61 (24.22% from 255 or 21.86% from 279); Max value from RGB is 185 - color contains mainly: red. Hex color #B9213D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9213D is #46DEC2. Grayscale: #515151. Windows color (decimal): -4644547 or 4006329. OLE color: 4006329.
HSL color Cylindrical-coordinate representation of color #B9213D: hue angle of 348.95º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B9213D is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 33 | 61 | - |
| CMYK | 0 | 0.82 | 0.67 | 0.27 |
| HSL | 348.95º | 0.7% | 0.43% | - |
| HSV(B) | 348.95º | 0.82% | 0.73% | - |
| XYZ | 21.39 | 11.74 | 5.55 | - |
| YUV | 81.64 | 116.36 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 33 | 61 | 0 | 0.82 | 0.67 | 0.27 | 348.95 | 0.7 | 0.43 |
| Hex | B9 | 21 | 3D | 0 | 52 | 43 | 1B | 15D | 46 | 2B |
| Octal | 271 | 41 | 75 | 0 | 122 | 103 | 33 | 535 | 106 | 53 |
| Binary | 10111001 | 100001 | 111101 | 0 | 1010010 | 1000011 | 11011 | 101011101 | 1000110 | 101011 |
Color Harmonies of #B9213D
Complementary color
Monochromatic Colors of #B9213D
Black with #B9213D
Text Example
Text Example
White with #B9213D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9213D; }
p { color: rgb(185,33,61); }
H1.HeaderClassName
{
color: #B9213D;
}
.AnyTagClassName
{
color: #B9213D;
}
</style>
background-color css
<style>
a { background-color: #B9213D; }
a { background-color: rgb(185,33,61); }
div.DivClassName
{
background-color: #B9213D;
}
.BgClassName
{
background-color: #B9213D;
}
</style>
border-color css
<style>
span { border-color: #B9213D; }
span { border-color: rgb(185,33,61); }
td.TdClassName
{
border-color: #B9213D;
}
.TagClassName
{
border-color: #B9213D;
}
</style>