Shades of Cardinal #B9042D
Tints of Cardinal #B9042D
RGB
CMYK
RGB Variations
Color information
#B9042D (or 0xB9042D) is known color: Cardinal. HEX triplet: B9, 04 and 2D. RGB value is (185,4,45). Sum of RGB (Red+Green+Blue) = 185+4+45=234 (30% of max value = 765). Red value is 185 (72.66% from 255 or 79.06% from 234); Green value is 4 (1.95% from 255 or 1.71% from 234); Blue value is 45 (17.97% from 255 or 19.23% from 234); Max value from RGB is 185 - color contains mainly: red. Hex color #B9042D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9042D is #46FBD2. Grayscale: #3E3E3E. Windows color (decimal): -4651987 or 2950329. OLE color: 2950329.
HSL color Cylindrical-coordinate representation of color #B9042D: hue angle of 346.41º 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 #B9042D is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 4 | 45 | - |
| CMYK | 0 | 0.98 | 0.76 | 0.27 |
| HSL | 346.41º | 0.96% | 0.37% | - |
| HSV(B) | 346.41º | 0.98% | 0.73% | - |
| XYZ | 20.52 | 10.59 | 3.45 | - |
| YUV | 62.79 | 117.97 | 215.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 4 | 45 | 0 | 0.98 | 0.76 | 0.27 | 346.41 | 0.96 | 0.37 |
| Hex | B9 | 4 | 2D | 0 | 62 | 4C | 1B | 15A | 60 | 25 |
| Octal | 271 | 4 | 55 | 0 | 142 | 114 | 33 | 532 | 140 | 45 |
| Binary | 10111001 | 100 | 101101 | 0 | 1100010 | 1001100 | 11011 | 101011010 | 1100000 | 100101 |
Color Harmonies of #B9042D
Complementary color
Monochromatic Colors of #B9042D
Black with #B9042D
Text Example
Text Example
White with #B9042D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9042D; }
p { color: rgb(185,4,45); }
H1.HeaderClassName
{
color: #B9042D;
}
.AnyTagClassName
{
color: #B9042D;
}
</style>
background-color css
<style>
a { background-color: #B9042D; }
a { background-color: rgb(185,4,45); }
div.DivClassName
{
background-color: #B9042D;
}
.BgClassName
{
background-color: #B9042D;
}
</style>
border-color css
<style>
span { border-color: #B9042D; }
span { border-color: rgb(185,4,45); }
td.TdClassName
{
border-color: #B9042D;
}
.TagClassName
{
border-color: #B9042D;
}
</style>