Shades of Cardinal #B9042E
Tints of Cardinal #B9042E
RGB
CMYK
RGB Variations
Color information
#B9042E (or 0xB9042E) is known color: Cardinal. HEX triplet: B9, 04 and 2E. RGB value is (185,4,46). Sum of RGB (Red+Green+Blue) = 185+4+46=235 (31% of max value = 765). Red value is 185 (72.66% from 255 or 78.72% from 235); Green value is 4 (1.95% from 255 or 1.70% from 235); Blue value is 46 (18.36% from 255 or 19.57% from 235); Max value from RGB is 185 - color contains mainly: red. Hex color #B9042E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9042E is #46FBD1. Grayscale: #3E3E3E. Windows color (decimal): -4651986 or 3015865. OLE color: 3015865.
HSL color Cylindrical-coordinate representation of color #B9042E: hue angle of 346.08º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B9042E is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 4 | 46 | - |
| CMYK | 0 | 0.98 | 0.75 | 0.27 |
| HSL | 346.08º | 0.96% | 0.37% | - |
| HSV(B) | 346.08º | 0.98% | 0.73% | - |
| XYZ | 20.54 | 10.6 | 3.55 | - |
| YUV | 62.91 | 118.47 | 215.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 4 | 46 | 0 | 0.98 | 0.75 | 0.27 | 346.08 | 0.96 | 0.37 |
| Hex | B9 | 4 | 2E | 0 | 62 | 4B | 1B | 15A | 60 | 25 |
| Octal | 271 | 4 | 56 | 0 | 142 | 113 | 33 | 532 | 140 | 45 |
| Binary | 10111001 | 100 | 101110 | 0 | 1100010 | 1001011 | 11011 | 101011010 | 1100000 | 100101 |
Color Harmonies of #B9042E
Complementary color
Monochromatic Colors of #B9042E
Black with #B9042E
Text Example
Text Example
White with #B9042E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9042E; }
p { color: rgb(185,4,46); }
H1.HeaderClassName
{
color: #B9042E;
}
.AnyTagClassName
{
color: #B9042E;
}
</style>
background-color css
<style>
a { background-color: #B9042E; }
a { background-color: rgb(185,4,46); }
div.DivClassName
{
background-color: #B9042E;
}
.BgClassName
{
background-color: #B9042E;
}
</style>
border-color css
<style>
span { border-color: #B9042E; }
span { border-color: rgb(185,4,46); }
td.TdClassName
{
border-color: #B9042E;
}
.TagClassName
{
border-color: #B9042E;
}
</style>