Shades of Cardinal #B9242C
Tints of Cardinal #B9242C
RGB
CMYK
RGB Variations
Color information
#B9242C (or 0xB9242C) is known color: Cardinal. HEX triplet: B9, 24 and 2C. RGB value is (185,36,44). Sum of RGB (Red+Green+Blue) = 185+36+44=265 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.81% from 265); Green value is 36 (14.45% from 255 or 13.58% from 265); Blue value is 44 (17.58% from 255 or 16.60% from 265); Max value from RGB is 185 - color contains mainly: red. Hex color #B9242C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9242C is #46DBD3. Grayscale: #515151. Windows color (decimal): -4643796 or 2892985. OLE color: 2892985.
HSL color Cylindrical-coordinate representation of color #B9242C: hue angle of 356.78º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B9242C is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 36 | 44 | - |
| CMYK | 0 | 0.81 | 0.76 | 0.27 |
| HSL | 356.78º | 0.67% | 0.43% | - |
| HSV(B) | 356.78º | 0.81% | 0.73% | - |
| XYZ | 21.09 | 11.76 | 3.54 | - |
| YUV | 81.46 | 106.86 | 201.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 36 | 44 | 0 | 0.81 | 0.76 | 0.27 | 356.78 | 0.67 | 0.43 |
| Hex | B9 | 24 | 2C | 0 | 51 | 4C | 1B | 165 | 43 | 2B |
| Octal | 271 | 44 | 54 | 0 | 121 | 114 | 33 | 545 | 103 | 53 |
| Binary | 10111001 | 100100 | 101100 | 0 | 1010001 | 1001100 | 11011 | 101100101 | 1000011 | 101011 |
Color Harmonies of #B9242C
Complementary color
Monochromatic Colors of #B9242C
Black with #B9242C
Text Example
Text Example
White with #B9242C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9242C; }
p { color: rgb(185,36,44); }
H1.HeaderClassName
{
color: #B9242C;
}
.AnyTagClassName
{
color: #B9242C;
}
</style>
background-color css
<style>
a { background-color: #B9242C; }
a { background-color: rgb(185,36,44); }
div.DivClassName
{
background-color: #B9242C;
}
.BgClassName
{
background-color: #B9242C;
}
</style>
border-color css
<style>
span { border-color: #B9242C; }
span { border-color: rgb(185,36,44); }
td.TdClassName
{
border-color: #B9242C;
}
.TagClassName
{
border-color: #B9242C;
}
</style>