Shades of Cardinal #B5102D
Tints of Cardinal #B5102D
RGB
CMYK
RGB Variations
Color information
#B5102D (or 0xB5102D) is known color: Cardinal. HEX triplet: B5, 10 and 2D. RGB value is (181,16,45). Sum of RGB (Red+Green+Blue) = 181+16+45=242 (32% of max value = 765). Red value is 181 (71.09% from 255 or 74.79% from 242); Green value is 16 (6.64% from 255 or 6.61% from 242); Blue value is 45 (17.97% from 255 or 18.60% from 242); Max value from RGB is 181 - color contains mainly: red. Hex color #B5102D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5102D is #4AEFD2. Grayscale: #444444. Windows color (decimal): -4911059 or 2953397. OLE color: 2953397.
HSL color Cylindrical-coordinate representation of color #B5102D: hue angle of 349.45º 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 #B5102D is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 16 | 45 | - |
| CMYK | 0 | 0.91 | 0.75 | 0.29 |
| HSL | 349.45º | 0.84% | 0.39% | - |
| HSV(B) | 349.45º | 0.91% | 0.71% | - |
| XYZ | 19.72 | 10.38 | 3.45 | - |
| YUV | 68.64 | 114.66 | 208.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 16 | 45 | 0 | 0.91 | 0.75 | 0.29 | 349.45 | 0.84 | 0.39 |
| Hex | B5 | 10 | 2D | 0 | 5B | 4B | 1D | 15D | 54 | 27 |
| Octal | 265 | 20 | 55 | 0 | 133 | 113 | 35 | 535 | 124 | 47 |
| Binary | 10110101 | 10000 | 101101 | 0 | 1011011 | 1001011 | 11101 | 101011101 | 1010100 | 100111 |
Color Harmonies of #B5102D
Complementary color
Monochromatic Colors of #B5102D
Black with #B5102D
Text Example
Text Example
White with #B5102D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5102D; }
p { color: rgb(181,16,45); }
H1.HeaderClassName
{
color: #B5102D;
}
.AnyTagClassName
{
color: #B5102D;
}
</style>
background-color css
<style>
a { background-color: #B5102D; }
a { background-color: rgb(181,16,45); }
div.DivClassName
{
background-color: #B5102D;
}
.BgClassName
{
background-color: #B5102D;
}
</style>
border-color css
<style>
span { border-color: #B5102D; }
span { border-color: rgb(181,16,45); }
td.TdClassName
{
border-color: #B5102D;
}
.TagClassName
{
border-color: #B5102D;
}
</style>