Shades of Cardinal #B9053E
Tints of Cardinal #B9053E
RGB
CMYK
RGB Variations
Color information
#B9053E (or 0xB9053E) is known color: Cardinal. HEX triplet: B9, 05 and 3E. RGB value is (185,5,62). Sum of RGB (Red+Green+Blue) = 185+5+62=252 (33% of max value = 765). Red value is 185 (72.66% from 255 or 73.41% from 252); Green value is 5 (2.34% from 255 or 1.98% from 252); Blue value is 62 (24.61% from 255 or 24.60% from 252); Max value from RGB is 185 - color contains mainly: red. Hex color #B9053E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9053E is #46FAC1. Grayscale: #414141. Windows color (decimal): -4651714 or 4064697. OLE color: 4064697.
HSL color Cylindrical-coordinate representation of color #B9053E: hue angle of 341º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B9053E is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 5 | 62 | - |
| CMYK | 0 | 0.97 | 0.66 | 0.27 |
| HSL | 341º | 0.95% | 0.37% | - |
| HSV(B) | 341º | 0.97% | 0.73% | - |
| XYZ | 20.93 | 10.77 | 5.53 | - |
| YUV | 65.32 | 126.13 | 213.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 5 | 62 | 0 | 0.97 | 0.66 | 0.27 | 341 | 0.95 | 0.37 |
| Hex | B9 | 5 | 3E | 0 | 61 | 42 | 1B | 155 | 5F | 25 |
| Octal | 271 | 5 | 76 | 0 | 141 | 102 | 33 | 525 | 137 | 45 |
| Binary | 10111001 | 101 | 111110 | 0 | 1100001 | 1000010 | 11011 | 101010101 | 1011111 | 100101 |
Color Harmonies of #B9053E
Complementary color
Monochromatic Colors of #B9053E
Black with #B9053E
Text Example
Text Example
White with #B9053E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9053E; }
p { color: rgb(185,5,62); }
H1.HeaderClassName
{
color: #B9053E;
}
.AnyTagClassName
{
color: #B9053E;
}
</style>
background-color css
<style>
a { background-color: #B9053E; }
a { background-color: rgb(185,5,62); }
div.DivClassName
{
background-color: #B9053E;
}
.BgClassName
{
background-color: #B9053E;
}
</style>
border-color css
<style>
span { border-color: #B9053E; }
span { border-color: rgb(185,5,62); }
td.TdClassName
{
border-color: #B9053E;
}
.TagClassName
{
border-color: #B9053E;
}
</style>