Shades of Cardinal #B9022F
Tints of Cardinal #B9022F
RGB
CMYK
RGB Variations
Color information
#B9022F (or 0xB9022F) is known color: Cardinal. HEX triplet: B9, 02 and 2F. RGB value is (185,2,47). Sum of RGB (Red+Green+Blue) = 185+2+47=234 (30% of max value = 765). Red value is 185 (72.66% from 255 or 79.06% from 234); Green value is 2 (1.17% from 255 or 0.85% from 234); Blue value is 47 (18.75% from 255 or 20.09% from 234); Max value from RGB is 185 - color contains mainly: red. Hex color #B9022F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9022F is #46FDD0. Grayscale: #3D3D3D. Windows color (decimal): -4652497 or 3080889. OLE color: 3080889.
HSL color Cylindrical-coordinate representation of color #B9022F: hue angle of 345.25º 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 #B9022F is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 2 | 47 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.27 |
| HSL | 345.25º | 0.98% | 0.37% | - |
| HSV(B) | 345.25º | 0.99% | 0.73% | - |
| XYZ | 20.54 | 10.56 | 3.65 | - |
| YUV | 61.85 | 119.63 | 215.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 2 | 47 | 0 | 0.99 | 0.75 | 0.27 | 345.25 | 0.98 | 0.37 |
| Hex | B9 | 2 | 2F | 0 | 63 | 4B | 1B | 159 | 62 | 25 |
| Octal | 271 | 2 | 57 | 0 | 143 | 113 | 33 | 531 | 142 | 45 |
| Binary | 10111001 | 10 | 101111 | 0 | 1100011 | 1001011 | 11011 | 101011001 | 1100010 | 100101 |
Color Harmonies of #B9022F
Complementary color
Monochromatic Colors of #B9022F
Black with #B9022F
Text Example
Text Example
White with #B9022F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9022F; }
p { color: rgb(185,2,47); }
H1.HeaderClassName
{
color: #B9022F;
}
.AnyTagClassName
{
color: #B9022F;
}
</style>
background-color css
<style>
a { background-color: #B9022F; }
a { background-color: rgb(185,2,47); }
div.DivClassName
{
background-color: #B9022F;
}
.BgClassName
{
background-color: #B9022F;
}
</style>
border-color css
<style>
span { border-color: #B9022F; }
span { border-color: rgb(185,2,47); }
td.TdClassName
{
border-color: #B9022F;
}
.TagClassName
{
border-color: #B9022F;
}
</style>