Shades of Cardinal #B5102A
Tints of Cardinal #B5102A
RGB
CMYK
RGB Variations
Color information
#B5102A (or 0xB5102A) is known color: Cardinal. HEX triplet: B5, 10 and 2A. RGB value is (181,16,42). Sum of RGB (Red+Green+Blue) = 181+16+42=239 (31% of max value = 765). Red value is 181 (71.09% from 255 or 75.73% from 239); Green value is 16 (6.64% from 255 or 6.69% from 239); Blue value is 42 (16.80% from 255 or 17.57% from 239); Max value from RGB is 181 - color contains mainly: red. Hex color #B5102A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5102A is #4AEFD5. Grayscale: #444444. Windows color (decimal): -4911062 or 2756789. OLE color: 2756789.
HSL color Cylindrical-coordinate representation of color #B5102A: hue angle of 350.55º 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 #B5102A is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 16 | 42 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.29 |
| HSL | 350.55º | 0.84% | 0.39% | - |
| HSV(B) | 350.55º | 0.91% | 0.71% | - |
| XYZ | 19.66 | 10.36 | 3.15 | - |
| YUV | 68.3 | 113.16 | 208.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 16 | 42 | 0 | 0.91 | 0.77 | 0.29 | 350.55 | 0.84 | 0.39 |
| Hex | B5 | 10 | 2A | 0 | 5B | 4D | 1D | 15F | 54 | 27 |
| Octal | 265 | 20 | 52 | 0 | 133 | 115 | 35 | 537 | 124 | 47 |
| Binary | 10110101 | 10000 | 101010 | 0 | 1011011 | 1001101 | 11101 | 101011111 | 1010100 | 100111 |
Color Harmonies of #B5102A
Complementary color
Monochromatic Colors of #B5102A
Black with #B5102A
Text Example
Text Example
White with #B5102A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5102A; }
p { color: rgb(181,16,42); }
H1.HeaderClassName
{
color: #B5102A;
}
.AnyTagClassName
{
color: #B5102A;
}
</style>
background-color css
<style>
a { background-color: #B5102A; }
a { background-color: rgb(181,16,42); }
div.DivClassName
{
background-color: #B5102A;
}
.BgClassName
{
background-color: #B5102A;
}
</style>
border-color css
<style>
span { border-color: #B5102A; }
span { border-color: rgb(181,16,42); }
td.TdClassName
{
border-color: #B5102A;
}
.TagClassName
{
border-color: #B5102A;
}
</style>