Shades of Cardinal #B9232E
Tints of Cardinal #B9232E
RGB
CMYK
RGB Variations
Color information
#B9232E (or 0xB9232E) is known color: Cardinal. HEX triplet: B9, 23 and 2E. RGB value is (185,35,46). Sum of RGB (Red+Green+Blue) = 185+35+46=266 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.55% from 266); Green value is 35 (14.06% from 255 or 13.16% from 266); Blue value is 46 (18.36% from 255 or 17.29% from 266); Max value from RGB is 185 - color contains mainly: red. Hex color #B9232E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9232E is #46DCD1. Grayscale: #515151. Windows color (decimal): -4644050 or 3023801. OLE color: 3023801.
HSL color Cylindrical-coordinate representation of color #B9232E: hue angle of 355.6º degrees, saturation: 0.68, 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 #B9232E is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 35 | 46 | - |
| CMYK | 0 | 0.81 | 0.75 | 0.27 |
| HSL | 355.6º | 0.68% | 0.43% | - |
| HSV(B) | 355.6º | 0.81% | 0.73% | - |
| XYZ | 21.1 | 11.71 | 3.73 | - |
| YUV | 81.1 | 108.2 | 202.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 35 | 46 | 0 | 0.81 | 0.75 | 0.27 | 355.6 | 0.68 | 0.43 |
| Hex | B9 | 23 | 2E | 0 | 51 | 4B | 1B | 164 | 44 | 2B |
| Octal | 271 | 43 | 56 | 0 | 121 | 113 | 33 | 544 | 104 | 53 |
| Binary | 10111001 | 100011 | 101110 | 0 | 1010001 | 1001011 | 11011 | 101100100 | 1000100 | 101011 |
Color Harmonies of #B9232E
Complementary color
Monochromatic Colors of #B9232E
Black with #B9232E
Text Example
Text Example
White with #B9232E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9232E; }
p { color: rgb(185,35,46); }
H1.HeaderClassName
{
color: #B9232E;
}
.AnyTagClassName
{
color: #B9232E;
}
</style>
background-color css
<style>
a { background-color: #B9232E; }
a { background-color: rgb(185,35,46); }
div.DivClassName
{
background-color: #B9232E;
}
.BgClassName
{
background-color: #B9232E;
}
</style>
border-color css
<style>
span { border-color: #B9232E; }
span { border-color: rgb(185,35,46); }
td.TdClassName
{
border-color: #B9232E;
}
.TagClassName
{
border-color: #B9232E;
}
</style>