Shades of Cardinal #B9143B
Tints of Cardinal #B9143B
RGB
CMYK
RGB Variations
Color information
#B9143B (or 0xB9143B) is known color: Cardinal. HEX triplet: B9, 14 and 3B. RGB value is (185,20,59). Sum of RGB (Red+Green+Blue) = 185+20+59=264 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.08% from 264); Green value is 20 (8.20% from 255 or 7.58% from 264); Blue value is 59 (23.44% from 255 or 22.35% from 264); Max value from RGB is 185 - color contains mainly: red. Hex color #B9143B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9143B is #46EBC4. Grayscale: #494949. Windows color (decimal): -4647877 or 3871929. OLE color: 3871929.
HSL color Cylindrical-coordinate representation of color #B9143B: hue angle of 345.82º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B9143B is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 20 | 59 | - |
| CMYK | 0 | 0.89 | 0.68 | 0.27 |
| HSL | 345.82º | 0.8% | 0.4% | - |
| HSV(B) | 345.82º | 0.89% | 0.73% | - |
| XYZ | 21.05 | 11.13 | 5.18 | - |
| YUV | 73.78 | 119.66 | 207.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 20 | 59 | 0 | 0.89 | 0.68 | 0.27 | 345.82 | 0.8 | 0.4 |
| Hex | B9 | 14 | 3B | 0 | 59 | 44 | 1B | 15A | 50 | 28 |
| Octal | 271 | 24 | 73 | 0 | 131 | 104 | 33 | 532 | 120 | 50 |
| Binary | 10111001 | 10100 | 111011 | 0 | 1011001 | 1000100 | 11011 | 101011010 | 1010000 | 101000 |
Color Harmonies of #B9143B
Complementary color
Monochromatic Colors of #B9143B
Black with #B9143B
Text Example
Text Example
White with #B9143B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9143B; }
p { color: rgb(185,20,59); }
H1.HeaderClassName
{
color: #B9143B;
}
.AnyTagClassName
{
color: #B9143B;
}
</style>
background-color css
<style>
a { background-color: #B9143B; }
a { background-color: rgb(185,20,59); }
div.DivClassName
{
background-color: #B9143B;
}
.BgClassName
{
background-color: #B9143B;
}
</style>
border-color css
<style>
span { border-color: #B9143B; }
span { border-color: rgb(185,20,59); }
td.TdClassName
{
border-color: #B9143B;
}
.TagClassName
{
border-color: #B9143B;
}
</style>