Shades of Cardinal #B9213C
Tints of Cardinal #B9213C
RGB
CMYK
RGB Variations
Color information
#B9213C (or 0xB9213C) is known color: Cardinal. HEX triplet: B9, 21 and 3C. RGB value is (185,33,60). Sum of RGB (Red+Green+Blue) = 185+33+60=278 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.55% from 278); Green value is 33 (13.28% from 255 or 11.87% from 278); Blue value is 60 (23.83% from 255 or 21.58% from 278); Max value from RGB is 185 - color contains mainly: red. Hex color #B9213C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9213C is #46DEC3. Grayscale: #515151. Windows color (decimal): -4644548 or 3940793. OLE color: 3940793.
HSL color Cylindrical-coordinate representation of color #B9213C: hue angle of 349.34º 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 #B9213C is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 33 | 60 | - |
| CMYK | 0 | 0.82 | 0.68 | 0.27 |
| HSL | 349.34º | 0.7% | 0.43% | - |
| HSV(B) | 349.34º | 0.82% | 0.73% | - |
| XYZ | 21.37 | 11.73 | 5.41 | - |
| YUV | 81.53 | 115.86 | 201.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 33 | 60 | 0 | 0.82 | 0.68 | 0.27 | 349.34 | 0.7 | 0.43 |
| Hex | B9 | 21 | 3C | 0 | 52 | 44 | 1B | 15D | 46 | 2B |
| Octal | 271 | 41 | 74 | 0 | 122 | 104 | 33 | 535 | 106 | 53 |
| Binary | 10111001 | 100001 | 111100 | 0 | 1010010 | 1000100 | 11011 | 101011101 | 1000110 | 101011 |
Color Harmonies of #B9213C
Complementary color
Monochromatic Colors of #B9213C
Black with #B9213C
Text Example
Text Example
White with #B9213C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9213C; }
p { color: rgb(185,33,60); }
H1.HeaderClassName
{
color: #B9213C;
}
.AnyTagClassName
{
color: #B9213C;
}
</style>
background-color css
<style>
a { background-color: #B9213C; }
a { background-color: rgb(185,33,60); }
div.DivClassName
{
background-color: #B9213C;
}
.BgClassName
{
background-color: #B9213C;
}
</style>
border-color css
<style>
span { border-color: #B9213C; }
span { border-color: rgb(185,33,60); }
td.TdClassName
{
border-color: #B9213C;
}
.TagClassName
{
border-color: #B9213C;
}
</style>