Shades of Cardinal #B9232B
Tints of Cardinal #B9232B
RGB
CMYK
RGB Variations
Color information
#B9232B (or 0xB9232B) is known color: Cardinal. HEX triplet: B9, 23 and 2B. RGB value is (185,35,43). Sum of RGB (Red+Green+Blue) = 185+35+43=263 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.34% from 263); Green value is 35 (14.06% from 255 or 13.31% from 263); Blue value is 43 (17.19% from 255 or 16.35% from 263); Max value from RGB is 185 - color contains mainly: red. Hex color #B9232B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9232B is #46DCD4. Grayscale: #505050. Windows color (decimal): -4644053 or 2827193. OLE color: 2827193.
HSL color Cylindrical-coordinate representation of color #B9232B: hue angle of 356.8º 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 #B9232B is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 35 | 43 | - |
| CMYK | 0 | 0.81 | 0.77 | 0.27 |
| HSL | 356.8º | 0.68% | 0.43% | - |
| HSV(B) | 356.8º | 0.81% | 0.73% | - |
| XYZ | 21.04 | 11.69 | 3.43 | - |
| YUV | 80.76 | 106.7 | 202.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 35 | 43 | 0 | 0.81 | 0.77 | 0.27 | 356.8 | 0.68 | 0.43 |
| Hex | B9 | 23 | 2B | 0 | 51 | 4D | 1B | 165 | 44 | 2B |
| Octal | 271 | 43 | 53 | 0 | 121 | 115 | 33 | 545 | 104 | 53 |
| Binary | 10111001 | 100011 | 101011 | 0 | 1010001 | 1001101 | 11011 | 101100101 | 1000100 | 101011 |
Color Harmonies of #B9232B
Complementary color
Monochromatic Colors of #B9232B
Black with #B9232B
Text Example
Text Example
White with #B9232B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9232B; }
p { color: rgb(185,35,43); }
H1.HeaderClassName
{
color: #B9232B;
}
.AnyTagClassName
{
color: #B9232B;
}
</style>
background-color css
<style>
a { background-color: #B9232B; }
a { background-color: rgb(185,35,43); }
div.DivClassName
{
background-color: #B9232B;
}
.BgClassName
{
background-color: #B9232B;
}
</style>
border-color css
<style>
span { border-color: #B9232B; }
span { border-color: rgb(185,35,43); }
td.TdClassName
{
border-color: #B9232B;
}
.TagClassName
{
border-color: #B9232B;
}
</style>