Shades of Cardinal #B7143C
Tints of Cardinal #B7143C
RGB
CMYK
RGB Variations
Color information
#B7143C (or 0xB7143C) is known color: Cardinal. HEX triplet: B7, 14 and 3C. RGB value is (183,20,60). Sum of RGB (Red+Green+Blue) = 183+20+60=263 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.58% from 263); Green value is 20 (8.20% from 255 or 7.60% from 263); Blue value is 60 (23.83% from 255 or 22.81% from 263); Max value from RGB is 183 - color contains mainly: red. Hex color #B7143C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7143C is #48EBC3. Grayscale: #494949. Windows color (decimal): -4778948 or 3937463. OLE color: 3937463.
HSL color Cylindrical-coordinate representation of color #B7143C: hue angle of 345.28º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B7143C is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 20 | 60 | - |
| CMYK | 0 | 0.89 | 0.67 | 0.28 |
| HSL | 345.28º | 0.8% | 0.4% | - |
| HSV(B) | 345.28º | 0.89% | 0.72% | - |
| XYZ | 20.59 | 10.89 | 5.29 | - |
| YUV | 73.3 | 120.5 | 206.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 20 | 60 | 0 | 0.89 | 0.67 | 0.28 | 345.28 | 0.8 | 0.4 |
| Hex | B7 | 14 | 3C | 0 | 59 | 43 | 1C | 159 | 50 | 28 |
| Octal | 267 | 24 | 74 | 0 | 131 | 103 | 34 | 531 | 120 | 50 |
| Binary | 10110111 | 10100 | 111100 | 0 | 1011001 | 1000011 | 11100 | 101011001 | 1010000 | 101000 |
Color Harmonies of #B7143C
Complementary color
Monochromatic Colors of #B7143C
Black with #B7143C
Text Example
Text Example
White with #B7143C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7143C; }
p { color: rgb(183,20,60); }
H1.HeaderClassName
{
color: #B7143C;
}
.AnyTagClassName
{
color: #B7143C;
}
</style>
background-color css
<style>
a { background-color: #B7143C; }
a { background-color: rgb(183,20,60); }
div.DivClassName
{
background-color: #B7143C;
}
.BgClassName
{
background-color: #B7143C;
}
</style>
border-color css
<style>
span { border-color: #B7143C; }
span { border-color: rgb(183,20,60); }
td.TdClassName
{
border-color: #B7143C;
}
.TagClassName
{
border-color: #B7143C;
}
</style>