#BA1148

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

Shades of Cardinal #BA1148

Tints of Cardinal #BA1148

Color information

#BA1148 (or 0xBA1148) is unknown color: approx Cardinal. HEX triplet: BA, 11 and 48. RGB value is (186,17,72). Sum of RGB (Red+Green+Blue) = 186+17+72=275 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.64% from 275); Green value is 17 (7.03% from 255 or 6.18% from 275); Blue value is 72 (28.52% from 255 or 26.18% from 275); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1148 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1148 is #45EEB7. Grayscale: #494949. Windows color (decimal): -4583096 or 4723130. OLE color: 4723130.

HSL color Cylindrical-coordinate representation of color #BA1148: hue angle of 340.47º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA1148 is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB1861772-
CMYK00.910.610.27
HSL340.47º83.25%39.8%-
HSV(B)340.47º90.86%72.94%-
XYZ21.6211.317.17-
YUV73.8126.99208.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 67.64%
GREEN value IS 17 (7.03% from 255) = 6.18%
BLUE value IS 72 (28.52% from 255) = 26.18%
R=67.64%
G=6.18%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186177200.910.610.27340.4783.2539.8
HexBA114805B3D1B1545328
Octal272211100133753352412350
Binary1011101010001100100001011011111101110111010101001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1148; }

 p { color: rgb(186,17,72); }

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

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

 a { background-color: rgb(186,17,72); }

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

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

 span { border-color: rgb(186,17,72); }

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