#BA1744

Color #BA1744 Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #BA1744

Tints of Cardinal #BA1744

Color information

#BA1744 (or 0xBA1744) is unknown color: approx Cardinal. HEX triplet: BA, 17 and 44. RGB value is (186,23,68). Sum of RGB (Red+Green+Blue) = 186+23+68=277 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.15% from 277); Green value is 23 (9.38% from 255 or 8.30% from 277); Blue value is 68 (26.95% from 255 or 24.55% from 277); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1744 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1744 is #45E8BB. Grayscale: #4C4C4C. Windows color (decimal): -4581564 or 4462522. OLE color: 4462522.

HSL color Cylindrical-coordinate representation of color #BA1744: hue angle of 343.44º 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 #BA1744 is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB1862368-
CMYK00.880.630.27
HSL343.44º77.99%40.98%-
HSV(B)343.44º87.63%72.94%-
XYZ21.611.476.54-
YUV76.87123205.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 186 (73.05% from 255) = 67.15%
GREEN value IS 23 (9.38% from 255) = 8.30%
BLUE value IS 68 (26.95% from 255) = 24.55%
R=67.15%
G=8.30%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186236800.880.630.27343.4477.9940.98
HexBA17440583F1B1574e29
Octal272271040130773352711651
Binary1011101010111100010001011000111111110111010101111001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1744; }

 p { color: rgb(186,23,68); }

 H1.HeaderClassName
 {
   color: #BA1744;
 }
 .AnyTagClassName
 {
   color: #BA1744;
 }
</style>
background-color css

<style>
 a { background-color: #BA1744; }

 a { background-color: rgb(186,23,68); }

 div.DivClassName
 {
   background-color: #BA1744;
 }
 .BgClassName
 {
   background-color: #BA1744;
 }
</style>
border-color css

<style>
 span { border-color: #BA1744; }

 span { border-color: rgb(186,23,68); }

 td.TdClassName
 {
   border-color: #BA1744;
 }
 .TagClassName
 {
   border-color: #BA1744;
 }
</style>