Shades of Cardinal #B0143E
Tints of Cardinal #B0143E
RGB
CMYK
RGB Variations
Color information
#B0143E (or 0xB0143E) is known color: Cardinal. HEX triplet: B0, 14 and 3E. RGB value is (176,20,62). Sum of RGB (Red+Green+Blue) = 176+20+62=258 (34% of max value = 765). Red value is 176 (69.14% from 255 or 68.22% from 258); Green value is 20 (8.20% from 255 or 7.75% from 258); Blue value is 62 (24.61% from 255 or 24.03% from 258); Max value from RGB is 176 - color contains mainly: red. Hex color #B0143E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0143E is #4FEBC1. Grayscale: #474747. Windows color (decimal): -5237698 or 4068528. OLE color: 4068528.
HSL color Cylindrical-coordinate representation of color #B0143E: hue angle of 343.85º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B0143E is Cyan = 0, Magento = 0.89, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 20 | 62 | - |
| CMYK | 0 | 0.89 | 0.65 | 0.31 |
| HSL | 343.85º | 0.8% | 0.38% | - |
| HSV(B) | 343.85º | 0.89% | 0.69% | - |
| XYZ | 19.02 | 10.08 | 5.5 | - |
| YUV | 71.43 | 122.68 | 202.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 20 | 62 | 0 | 0.89 | 0.65 | 0.31 | 343.85 | 0.8 | 0.38 |
| Hex | B0 | 14 | 3E | 0 | 59 | 41 | 1F | 158 | 50 | 26 |
| Octal | 260 | 24 | 76 | 0 | 131 | 101 | 37 | 530 | 120 | 46 |
| Binary | 10110000 | 10100 | 111110 | 0 | 1011001 | 1000001 | 11111 | 101011000 | 1010000 | 100110 |
Color Harmonies of #B0143E
Complementary color
Monochromatic Colors of #B0143E
Black with #B0143E
Text Example
Text Example
White with #B0143E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0143E; }
p { color: rgb(176,20,62); }
H1.HeaderClassName
{
color: #B0143E;
}
.AnyTagClassName
{
color: #B0143E;
}
</style>
background-color css
<style>
a { background-color: #B0143E; }
a { background-color: rgb(176,20,62); }
div.DivClassName
{
background-color: #B0143E;
}
.BgClassName
{
background-color: #B0143E;
}
</style>
border-color css
<style>
span { border-color: #B0143E; }
span { border-color: rgb(176,20,62); }
td.TdClassName
{
border-color: #B0143E;
}
.TagClassName
{
border-color: #B0143E;
}
</style>