Shades of Cardinal #BA1743
Tints of Cardinal #BA1743
RGB
CMYK
RGB Variations
Color information
#BA1743 (or 0xBA1743) is known color: Cardinal. HEX triplet: BA, 17 and 43. RGB value is (186,23,67). Sum of RGB (Red+Green+Blue) = 186+23+67=276 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.39% from 276); Green value is 23 (9.38% from 255 or 8.33% from 276); Blue value is 67 (26.56% from 255 or 24.28% from 276); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1743 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1743 is #45E8BC. Grayscale: #4C4C4C. Windows color (decimal): -4581565 or 4396986. OLE color: 4396986.
HSL color Cylindrical-coordinate representation of color #BA1743: hue angle of 343.8º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA1743 is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 23 | 67 | - |
| CMYK | 0 | 0.88 | 0.64 | 0.27 |
| HSL | 343.8º | 0.78% | 0.41% | - |
| HSV(B) | 343.8º | 0.88% | 0.73% | - |
| XYZ | 21.57 | 11.46 | 6.38 | - |
| YUV | 76.75 | 122.5 | 205.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 23 | 67 | 0 | 0.88 | 0.64 | 0.27 | 343.8 | 0.78 | 0.41 |
| Hex | BA | 17 | 43 | 0 | 58 | 40 | 1B | 158 | 4E | 29 |
| Octal | 272 | 27 | 103 | 0 | 130 | 100 | 33 | 530 | 116 | 51 |
| Binary | 10111010 | 10111 | 1000011 | 0 | 1011000 | 1000000 | 11011 | 101011000 | 1001110 | 101001 |
Color Harmonies of #BA1743
Complementary color
Monochromatic Colors of #BA1743
Black with #BA1743
Text Example
Text Example
White with #BA1743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1743; }
p { color: rgb(186,23,67); }
H1.HeaderClassName
{
color: #BA1743;
}
.AnyTagClassName
{
color: #BA1743;
}
</style>
background-color css
<style>
a { background-color: #BA1743; }
a { background-color: rgb(186,23,67); }
div.DivClassName
{
background-color: #BA1743;
}
.BgClassName
{
background-color: #BA1743;
}
</style>
border-color css
<style>
span { border-color: #BA1743; }
span { border-color: rgb(186,23,67); }
td.TdClassName
{
border-color: #BA1743;
}
.TagClassName
{
border-color: #BA1743;
}
</style>