Shades of Cardinal #B9202C
Tints of Cardinal #B9202C
RGB
CMYK
RGB Variations
Color information
#B9202C (or 0xB9202C) is known color: Cardinal. HEX triplet: B9, 20 and 2C. RGB value is (185,32,44). Sum of RGB (Red+Green+Blue) = 185+32+44=261 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.88% from 261); Green value is 32 (12.89% from 255 or 12.26% from 261); Blue value is 44 (17.58% from 255 or 16.86% from 261); Max value from RGB is 185 - color contains mainly: red. Hex color #B9202C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9202C is #46DFD3. Grayscale: #4F4F4F. Windows color (decimal): -4644820 or 2891961. OLE color: 2891961.
HSL color Cylindrical-coordinate representation of color #B9202C: hue angle of 355.29º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B9202C is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 32 | 44 | - |
| CMYK | 0 | 0.83 | 0.76 | 0.27 |
| HSL | 355.29º | 0.71% | 0.43% | - |
| HSV(B) | 355.29º | 0.83% | 0.73% | - |
| XYZ | 20.98 | 11.53 | 3.5 | - |
| YUV | 79.12 | 108.19 | 203.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 32 | 44 | 0 | 0.83 | 0.76 | 0.27 | 355.29 | 0.71 | 0.43 |
| Hex | B9 | 20 | 2C | 0 | 53 | 4C | 1B | 163 | 47 | 2B |
| Octal | 271 | 40 | 54 | 0 | 123 | 114 | 33 | 543 | 107 | 53 |
| Binary | 10111001 | 100000 | 101100 | 0 | 1010011 | 1001100 | 11011 | 101100011 | 1000111 | 101011 |
Color Harmonies of #B9202C
Complementary color
Monochromatic Colors of #B9202C
Black with #B9202C
Text Example
Text Example
White with #B9202C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9202C; }
p { color: rgb(185,32,44); }
H1.HeaderClassName
{
color: #B9202C;
}
.AnyTagClassName
{
color: #B9202C;
}
</style>
background-color css
<style>
a { background-color: #B9202C; }
a { background-color: rgb(185,32,44); }
div.DivClassName
{
background-color: #B9202C;
}
.BgClassName
{
background-color: #B9202C;
}
</style>
border-color css
<style>
span { border-color: #B9202C; }
span { border-color: rgb(185,32,44); }
td.TdClassName
{
border-color: #B9202C;
}
.TagClassName
{
border-color: #B9202C;
}
</style>