Shades of Cardinal #B9022E
Tints of Cardinal #B9022E
RGB
CMYK
RGB Variations
Color information
#B9022E (or 0xB9022E) is known color: Cardinal. HEX triplet: B9, 02 and 2E. RGB value is (185,2,46). Sum of RGB (Red+Green+Blue) = 185+2+46=233 (30% of max value = 765). Red value is 185 (72.66% from 255 or 79.40% from 233); Green value is 2 (1.17% from 255 or 0.86% from 233); Blue value is 46 (18.36% from 255 or 19.74% from 233); Max value from RGB is 185 - color contains mainly: red. Hex color #B9022E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9022E is #46FDD1. Grayscale: #3D3D3D. Windows color (decimal): -4652498 or 3015353. OLE color: 3015353.
HSL color Cylindrical-coordinate representation of color #B9022E: hue angle of 345.57º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B9022E is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 2 | 46 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.27 |
| HSL | 345.57º | 0.98% | 0.37% | - |
| HSV(B) | 345.57º | 0.99% | 0.73% | - |
| XYZ | 20.52 | 10.55 | 3.54 | - |
| YUV | 61.73 | 119.13 | 215.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 2 | 46 | 0 | 0.99 | 0.75 | 0.27 | 345.57 | 0.98 | 0.37 |
| Hex | B9 | 2 | 2E | 0 | 63 | 4B | 1B | 15A | 62 | 25 |
| Octal | 271 | 2 | 56 | 0 | 143 | 113 | 33 | 532 | 142 | 45 |
| Binary | 10111001 | 10 | 101110 | 0 | 1100011 | 1001011 | 11011 | 101011010 | 1100010 | 100101 |
Color Harmonies of #B9022E
Complementary color
Monochromatic Colors of #B9022E
Black with #B9022E
Text Example
Text Example
White with #B9022E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9022E; }
p { color: rgb(185,2,46); }
H1.HeaderClassName
{
color: #B9022E;
}
.AnyTagClassName
{
color: #B9022E;
}
</style>
background-color css
<style>
a { background-color: #B9022E; }
a { background-color: rgb(185,2,46); }
div.DivClassName
{
background-color: #B9022E;
}
.BgClassName
{
background-color: #B9022E;
}
</style>
border-color css
<style>
span { border-color: #B9022E; }
span { border-color: rgb(185,2,46); }
td.TdClassName
{
border-color: #B9022E;
}
.TagClassName
{
border-color: #B9022E;
}
</style>