Shades of Cardinal #B5143D
Tints of Cardinal #B5143D
RGB
CMYK
RGB Variations
Color information
#B5143D (or 0xB5143D) is known color: Cardinal. HEX triplet: B5, 14 and 3D. RGB value is (181,20,61). Sum of RGB (Red+Green+Blue) = 181+20+61=262 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.08% from 262); Green value is 20 (8.20% from 255 or 7.63% from 262); Blue value is 61 (24.22% from 255 or 23.28% from 262); Max value from RGB is 181 - color contains mainly: red. Hex color #B5143D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5143D is #4AEBC2. Grayscale: #484848. Windows color (decimal): -4910019 or 4002997. OLE color: 4002997.
HSL color Cylindrical-coordinate representation of color #B5143D: hue angle of 344.72º 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 #B5143D is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 20 | 61 | - |
| CMYK | 0 | 0.89 | 0.66 | 0.29 |
| HSL | 344.72º | 0.8% | 0.39% | - |
| HSV(B) | 344.72º | 0.89% | 0.71% | - |
| XYZ | 20.15 | 10.66 | 5.41 | - |
| YUV | 72.81 | 121.34 | 205.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 20 | 61 | 0 | 0.89 | 0.66 | 0.29 | 344.72 | 0.8 | 0.39 |
| Hex | B5 | 14 | 3D | 0 | 59 | 42 | 1D | 159 | 50 | 27 |
| Octal | 265 | 24 | 75 | 0 | 131 | 102 | 35 | 531 | 120 | 47 |
| Binary | 10110101 | 10100 | 111101 | 0 | 1011001 | 1000010 | 11101 | 101011001 | 1010000 | 100111 |
Color Harmonies of #B5143D
Complementary color
Monochromatic Colors of #B5143D
Black with #B5143D
Text Example
Text Example
White with #B5143D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5143D; }
p { color: rgb(181,20,61); }
H1.HeaderClassName
{
color: #B5143D;
}
.AnyTagClassName
{
color: #B5143D;
}
</style>
background-color css
<style>
a { background-color: #B5143D; }
a { background-color: rgb(181,20,61); }
div.DivClassName
{
background-color: #B5143D;
}
.BgClassName
{
background-color: #B5143D;
}
</style>
border-color css
<style>
span { border-color: #B5143D; }
span { border-color: rgb(181,20,61); }
td.TdClassName
{
border-color: #B5143D;
}
.TagClassName
{
border-color: #B5143D;
}
</style>