Shades of Cardinal #B5123E
Tints of Cardinal #B5123E
RGB
CMYK
RGB Variations
Color information
#B5123E (or 0xB5123E) is known color: Cardinal. HEX triplet: B5, 12 and 3E. RGB value is (181,18,62). Sum of RGB (Red+Green+Blue) = 181+18+62=261 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.35% from 261); Green value is 18 (7.42% from 255 or 6.90% from 261); Blue value is 62 (24.61% from 255 or 23.75% from 261); Max value from RGB is 181 - color contains mainly: red. Hex color #B5123E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5123E is #4AEDC1. Grayscale: #474747. Windows color (decimal): -4910530 or 4068021. OLE color: 4068021.
HSL color Cylindrical-coordinate representation of color #B5123E: hue angle of 343.8º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B5123E is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 18 | 62 | - |
| CMYK | 0 | 0.90 | 0.66 | 0.29 |
| HSL | 343.8º | 0.82% | 0.39% | - |
| HSV(B) | 343.8º | 0.9% | 0.71% | - |
| XYZ | 20.14 | 10.6 | 5.54 | - |
| YUV | 71.75 | 122.5 | 205.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 18 | 62 | 0 | 0.90 | 0.66 | 0.29 | 343.8 | 0.82 | 0.39 |
| Hex | B5 | 12 | 3E | 0 | 5A | 42 | 1D | 158 | 52 | 27 |
| Octal | 265 | 22 | 76 | 0 | 132 | 102 | 35 | 530 | 122 | 47 |
| Binary | 10110101 | 10010 | 111110 | 0 | 1011010 | 1000010 | 11101 | 101011000 | 1010010 | 100111 |
Color Harmonies of #B5123E
Complementary color
Monochromatic Colors of #B5123E
Black with #B5123E
Text Example
Text Example
White with #B5123E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5123E; }
p { color: rgb(181,18,62); }
H1.HeaderClassName
{
color: #B5123E;
}
.AnyTagClassName
{
color: #B5123E;
}
</style>
background-color css
<style>
a { background-color: #B5123E; }
a { background-color: rgb(181,18,62); }
div.DivClassName
{
background-color: #B5123E;
}
.BgClassName
{
background-color: #B5123E;
}
</style>
border-color css
<style>
span { border-color: #B5123E; }
span { border-color: rgb(181,18,62); }
td.TdClassName
{
border-color: #B5123E;
}
.TagClassName
{
border-color: #B5123E;
}
</style>