Html Css Color HEX #BA1149 Cardinal

📋 copy color: '#BA1149'

red 186 ◦ green 17 ◦ blue 73

#BA1149
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #BA1149

Tints of Cardinal #BA1149

RGB

 RED value IS 186 (73.05% from 255) = 67.39%

 GREEN value IS 17 (7.03% from 255) = 6.16%

 BLUE value IS 73 (28.91% from 255) = 26.45%

R = 67.39%
G = 6.16%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA1149 (or 0xBA1149) is known color: Cardinal. HEX triplet: BA, 11 and 49. RGB value is (186,17,73). Sum of RGB (Red+Green+Blue) = 186+17+73=276 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.39% from 276); Green value is 17 (7.03% from 255 or 6.16% from 276); Blue value is 73 (28.91% from 255 or 26.45% from 276); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1149 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1149 is #45EEB6. Grayscale: #494949. Windows color (decimal): -4583095 or 4788666. OLE color: 4788666.

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

Color convert

RGB 186 17 73 -
CMYK 0 0.91 0.61 0.27
HSL 340.12º 0.83% 0.4% -
HSV(B) 340.12º 0.91% 0.73% -
XYZ 21.65 11.32 7.35 -
YUV 73.92 127.49 207.95 -
System Red Green Blue C M Y K H S L
Decimal 186 17 73 0 0.91 0.61 0.27 340.12 0.83 0.4
Hex BA 11 49 0 5B 3D 1B 154 53 28
Octal 272 21 111 0 133 75 33 524 123 50
Binary 10111010 10001 1001001 0 1011011 111101 11011 101010100 1010011 101000

Color Harmonies of #BA1149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1149

Black with #BA1149

Text Example


Text Example

White with #BA1149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1149; }

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

 H1.HeaderClassName
 {
   color: #BA1149;
 }
 .AnyTagClassName
 {
   color: #BA1149;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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