Shades of Cardinal #B4143C
Tints of Cardinal #B4143C
RGB
CMYK
RGB Variations
Color information
#B4143C (or 0xB4143C) is known color: Cardinal. HEX triplet: B4, 14 and 3C. RGB value is (180,20,60). Sum of RGB (Red+Green+Blue) = 180+20+60=260 (34% of max value = 765). Red value is 180 (70.70% from 255 or 69.23% from 260); Green value is 20 (8.20% from 255 or 7.69% from 260); Blue value is 60 (23.83% from 255 or 23.08% from 260); Max value from RGB is 180 - color contains mainly: red. Hex color #B4143C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4143C is #4BEBC3. Grayscale: #484848. Windows color (decimal): -4975556 or 3937460. OLE color: 3937460.
HSL color Cylindrical-coordinate representation of color #B4143C: hue angle of 345º 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 #B4143C is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 20 | 60 | - |
| CMYK | 0 | 0.89 | 0.67 | 0.29 |
| HSL | 345º | 0.8% | 0.39% | - |
| HSV(B) | 345º | 0.89% | 0.71% | - |
| XYZ | 19.89 | 10.53 | 5.26 | - |
| YUV | 72.4 | 121.01 | 204.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 20 | 60 | 0 | 0.89 | 0.67 | 0.29 | 345 | 0.8 | 0.39 |
| Hex | B4 | 14 | 3C | 0 | 59 | 43 | 1D | 159 | 50 | 27 |
| Octal | 264 | 24 | 74 | 0 | 131 | 103 | 35 | 531 | 120 | 47 |
| Binary | 10110100 | 10100 | 111100 | 0 | 1011001 | 1000011 | 11101 | 101011001 | 1010000 | 100111 |
Color Harmonies of #B4143C
Complementary color
Monochromatic Colors of #B4143C
Black with #B4143C
Text Example
Text Example
White with #B4143C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4143C; }
p { color: rgb(180,20,60); }
H1.HeaderClassName
{
color: #B4143C;
}
.AnyTagClassName
{
color: #B4143C;
}
</style>
background-color css
<style>
a { background-color: #B4143C; }
a { background-color: rgb(180,20,60); }
div.DivClassName
{
background-color: #B4143C;
}
.BgClassName
{
background-color: #B4143C;
}
</style>
border-color css
<style>
span { border-color: #B4143C; }
span { border-color: rgb(180,20,60); }
td.TdClassName
{
border-color: #B4143C;
}
.TagClassName
{
border-color: #B4143C;
}
</style>