Shades of Cardinal #B5143E
Tints of Cardinal #B5143E
RGB
CMYK
RGB Variations
Color information
#B5143E (or 0xB5143E) is known color: Cardinal. HEX triplet: B5, 14 and 3E. RGB value is (181,20,62). Sum of RGB (Red+Green+Blue) = 181+20+62=263 (34% of max value = 765). Red value is 181 (71.09% from 255 or 68.82% from 263); Green value is 20 (8.20% from 255 or 7.60% from 263); Blue value is 62 (24.61% from 255 or 23.57% from 263); Max value from RGB is 181 - color contains mainly: red. Hex color #B5143E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5143E is #4AEBC1. Grayscale: #484848. Windows color (decimal): -4910018 or 4068533. OLE color: 4068533.
HSL color Cylindrical-coordinate representation of color #B5143E: hue angle of 344.35º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B5143E is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 20 | 62 | - |
| CMYK | 0 | 0.89 | 0.66 | 0.29 |
| HSL | 344.35º | 0.8% | 0.39% | - |
| HSV(B) | 344.35º | 0.89% | 0.71% | - |
| XYZ | 20.18 | 10.67 | 5.55 | - |
| YUV | 72.93 | 121.84 | 205.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 20 | 62 | 0 | 0.89 | 0.66 | 0.29 | 344.35 | 0.8 | 0.39 |
| Hex | B5 | 14 | 3E | 0 | 59 | 42 | 1D | 158 | 50 | 27 |
| Octal | 265 | 24 | 76 | 0 | 131 | 102 | 35 | 530 | 120 | 47 |
| Binary | 10110101 | 10100 | 111110 | 0 | 1011001 | 1000010 | 11101 | 101011000 | 1010000 | 100111 |
Color Harmonies of #B5143E
Complementary color
Monochromatic Colors of #B5143E
Black with #B5143E
Text Example
Text Example
White with #B5143E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5143E; }
p { color: rgb(181,20,62); }
H1.HeaderClassName
{
color: #B5143E;
}
.AnyTagClassName
{
color: #B5143E;
}
</style>
background-color css
<style>
a { background-color: #B5143E; }
a { background-color: rgb(181,20,62); }
div.DivClassName
{
background-color: #B5143E;
}
.BgClassName
{
background-color: #B5143E;
}
</style>
border-color css
<style>
span { border-color: #B5143E; }
span { border-color: rgb(181,20,62); }
td.TdClassName
{
border-color: #B5143E;
}
.TagClassName
{
border-color: #B5143E;
}
</style>