Shades of Cardinal #B5102C
Tints of Cardinal #B5102C
RGB
CMYK
RGB Variations
Color information
#B5102C (or 0xB5102C) is known color: Cardinal. HEX triplet: B5, 10 and 2C. RGB value is (181,16,44). Sum of RGB (Red+Green+Blue) = 181+16+44=241 (31% of max value = 765). Red value is 181 (71.09% from 255 or 75.10% from 241); Green value is 16 (6.64% from 255 or 6.64% from 241); Blue value is 44 (17.58% from 255 or 18.26% from 241); Max value from RGB is 181 - color contains mainly: red. Hex color #B5102C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5102C is #4AEFD3. Grayscale: #444444. Windows color (decimal): -4911060 or 2887861. OLE color: 2887861.
HSL color Cylindrical-coordinate representation of color #B5102C: hue angle of 349.82º 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 #B5102C is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 16 | 44 | - |
| CMYK | 0 | 0.91 | 0.76 | 0.29 |
| HSL | 349.82º | 0.84% | 0.39% | - |
| HSV(B) | 349.82º | 0.91% | 0.71% | - |
| XYZ | 19.7 | 10.38 | 3.35 | - |
| YUV | 68.53 | 114.16 | 208.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 16 | 44 | 0 | 0.91 | 0.76 | 0.29 | 349.82 | 0.84 | 0.39 |
| Hex | B5 | 10 | 2C | 0 | 5B | 4C | 1D | 15E | 54 | 27 |
| Octal | 265 | 20 | 54 | 0 | 133 | 114 | 35 | 536 | 124 | 47 |
| Binary | 10110101 | 10000 | 101100 | 0 | 1011011 | 1001100 | 11101 | 101011110 | 1010100 | 100111 |
Color Harmonies of #B5102C
Complementary color
Monochromatic Colors of #B5102C
Black with #B5102C
Text Example
Text Example
White with #B5102C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5102C; }
p { color: rgb(181,16,44); }
H1.HeaderClassName
{
color: #B5102C;
}
.AnyTagClassName
{
color: #B5102C;
}
</style>
background-color css
<style>
a { background-color: #B5102C; }
a { background-color: rgb(181,16,44); }
div.DivClassName
{
background-color: #B5102C;
}
.BgClassName
{
background-color: #B5102C;
}
</style>
border-color css
<style>
span { border-color: #B5102C; }
span { border-color: rgb(181,16,44); }
td.TdClassName
{
border-color: #B5102C;
}
.TagClassName
{
border-color: #B5102C;
}
</style>