#BA0744

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

Shades of Cardinal #BA0744

Tints of Cardinal #BA0744

Color information

#BA0744 (or 0xBA0744) is unknown color: approx Cardinal. HEX triplet: BA, 07 and 44. RGB value is (186,7,68). Sum of RGB (Red+Green+Blue) = 186+7+68=261 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.26% from 261); Green value is 7 (3.12% from 255 or 2.68% from 261); Blue value is 68 (26.95% from 255 or 26.05% from 261); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0744 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0744 is #45F8BB. Grayscale: #434343. Windows color (decimal): -4585660 or 4458426. OLE color: 4458426.

HSL color Cylindrical-coordinate representation of color #BA0744: hue angle of 339.55º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA0744 is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB186768-
CMYK00.960.630.27
HSL339.55º92.75%37.84%-
HSV(B)339.55º96.24%72.94%-
XYZ21.3711.016.47-
YUV67.47128.3212.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 71.26%
GREEN value IS 7 (3.12% from 255) = 2.68%
BLUE value IS 68 (26.95% from 255) = 26.05%
R=71.26%
G=2.68%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18676800.960.630.27339.5592.7537.84
HexBA7440603F1B1545d26
Octal27271040140773352413546
Binary10111010111100010001100000111111110111010101001011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0744; }

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

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

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

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

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

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

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

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