Shades of Cardinal #B5143C
Tints of Cardinal #B5143C
RGB
CMYK
RGB Variations
Color information
#B5143C (or 0xB5143C) is known color: Cardinal. HEX triplet: B5, 14 and 3C. RGB value is (181,20,60). Sum of RGB (Red+Green+Blue) = 181+20+60=261 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.35% from 261); Green value is 20 (8.20% from 255 or 7.66% from 261); Blue value is 60 (23.83% from 255 or 22.99% from 261); Max value from RGB is 181 - color contains mainly: red. Hex color #B5143C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5143C is #4AEBC3. Grayscale: #484848. Windows color (decimal): -4910020 or 3937461. OLE color: 3937461.
HSL color Cylindrical-coordinate representation of color #B5143C: hue angle of 345.09º 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 #B5143C is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 20 | 60 | - |
| CMYK | 0 | 0.89 | 0.67 | 0.29 |
| HSL | 345.09º | 0.8% | 0.39% | - |
| HSV(B) | 345.09º | 0.89% | 0.71% | - |
| XYZ | 20.12 | 10.65 | 5.27 | - |
| YUV | 72.7 | 120.84 | 205.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 20 | 60 | 0 | 0.89 | 0.67 | 0.29 | 345.09 | 0.8 | 0.39 |
| Hex | B5 | 14 | 3C | 0 | 59 | 43 | 1D | 159 | 50 | 27 |
| Octal | 265 | 24 | 74 | 0 | 131 | 103 | 35 | 531 | 120 | 47 |
| Binary | 10110101 | 10100 | 111100 | 0 | 1011001 | 1000011 | 11101 | 101011001 | 1010000 | 100111 |
Color Harmonies of #B5143C
Complementary color
Monochromatic Colors of #B5143C
Black with #B5143C
Text Example
Text Example
White with #B5143C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5143C; }
p { color: rgb(181,20,60); }
H1.HeaderClassName
{
color: #B5143C;
}
.AnyTagClassName
{
color: #B5143C;
}
</style>
background-color css
<style>
a { background-color: #B5143C; }
a { background-color: rgb(181,20,60); }
div.DivClassName
{
background-color: #B5143C;
}
.BgClassName
{
background-color: #B5143C;
}
</style>
border-color css
<style>
span { border-color: #B5143C; }
span { border-color: rgb(181,20,60); }
td.TdClassName
{
border-color: #B5143C;
}
.TagClassName
{
border-color: #B5143C;
}
</style>