Html Css Color HEX #BA1649 Cardinal

📋 copy color: '#BA1649'

red 186 ◦ green 22 ◦ blue 73

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

Shades of Cardinal #BA1649

Tints of Cardinal #BA1649

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.83%

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

R = 66.19%
G = 7.83%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA1649 (or 0xBA1649) is known color: Cardinal. HEX triplet: BA, 16 and 49. RGB value is (186,22,73). Sum of RGB (Red+Green+Blue) = 186+22+73=281 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.19% from 281); Green value is 22 (8.98% from 255 or 7.83% from 281); Blue value is 73 (28.91% from 255 or 25.98% from 281); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1649 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1649 is #45E9B6. Grayscale: #4C4C4C. Windows color (decimal): -4581815 or 4789946. OLE color: 4789946.

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

Color convert

RGB 186 22 73 -
CMYK 0 0.88 0.61 0.27
HSL 341.34º 0.79% 0.41% -
HSV(B) 341.34º 0.88% 0.73% -
XYZ 21.74 11.49 7.38 -
YUV 76.85 125.83 205.85 -
System Red Green Blue C M Y K H S L
Decimal 186 22 73 0 0.88 0.61 0.27 341.34 0.79 0.41
Hex BA 16 49 0 58 3D 1B 155 4F 29
Octal 272 26 111 0 130 75 33 525 117 51
Binary 10111010 10110 1001001 0 1011000 111101 11011 101010101 1001111 101001

Color Harmonies of #BA1649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1649

Black with #BA1649

Text Example


Text Example

White with #BA1649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1649; }

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

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

background-color css

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

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

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

border-color css

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

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

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