Shades of Cardinal #B5102B
Tints of Cardinal #B5102B
RGB
CMYK
RGB Variations
Color information
#B5102B (or 0xB5102B) is known color: Cardinal. HEX triplet: B5, 10 and 2B. RGB value is (181,16,43). Sum of RGB (Red+Green+Blue) = 181+16+43=240 (31% of max value = 765). Red value is 181 (71.09% from 255 or 75.42% from 240); Green value is 16 (6.64% from 255 or 6.67% from 240); Blue value is 43 (17.19% from 255 or 17.92% from 240); Max value from RGB is 181 - color contains mainly: red. Hex color #B5102B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5102B is #4AEFD4. Grayscale: #444444. Windows color (decimal): -4911061 or 2822325. OLE color: 2822325.
HSL color Cylindrical-coordinate representation of color #B5102B: hue angle of 350.18º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B5102B is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 16 | 43 | - |
| CMYK | 0 | 0.91 | 0.76 | 0.29 |
| HSL | 350.18º | 0.84% | 0.39% | - |
| HSV(B) | 350.18º | 0.91% | 0.71% | - |
| XYZ | 19.68 | 10.37 | 3.25 | - |
| YUV | 68.41 | 113.66 | 208.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 16 | 43 | 0 | 0.91 | 0.76 | 0.29 | 350.18 | 0.84 | 0.39 |
| Hex | B5 | 10 | 2B | 0 | 5B | 4C | 1D | 15E | 54 | 27 |
| Octal | 265 | 20 | 53 | 0 | 133 | 114 | 35 | 536 | 124 | 47 |
| Binary | 10110101 | 10000 | 101011 | 0 | 1011011 | 1001100 | 11101 | 101011110 | 1010100 | 100111 |
Color Harmonies of #B5102B
Complementary color
Monochromatic Colors of #B5102B
Black with #B5102B
Text Example
Text Example
White with #B5102B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5102B; }
p { color: rgb(181,16,43); }
H1.HeaderClassName
{
color: #B5102B;
}
.AnyTagClassName
{
color: #B5102B;
}
</style>
background-color css
<style>
a { background-color: #B5102B; }
a { background-color: rgb(181,16,43); }
div.DivClassName
{
background-color: #B5102B;
}
.BgClassName
{
background-color: #B5102B;
}
</style>
border-color css
<style>
span { border-color: #B5102B; }
span { border-color: rgb(181,16,43); }
td.TdClassName
{
border-color: #B5102B;
}
.TagClassName
{
border-color: #B5102B;
}
</style>