Html Css Color HEX #BA1944 Cardinal

📋 copy color: '#BA1944'

red 186 ◦ green 25 ◦ blue 68

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

Shades of Cardinal #BA1944

Tints of Cardinal #BA1944

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.96%

 BLUE value IS 68 (26.95% from 255) = 24.37%

R = 66.67%
G = 8.96%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BA1944 (or 0xBA1944) is known color: Cardinal. HEX triplet: BA, 19 and 44. RGB value is (186,25,68). Sum of RGB (Red+Green+Blue) = 186+25+68=279 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.67% from 279); Green value is 25 (10.16% from 255 or 8.96% from 279); Blue value is 68 (26.95% from 255 or 24.37% from 279); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1944 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1944 is #45E6BB. Grayscale: #4E4E4E. Windows color (decimal): -4581052 or 4463034. OLE color: 4463034.

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

Color convert

RGB 186 25 68 -
CMYK 0 0.87 0.63 0.27
HSL 343.98º 0.76% 0.41% -
HSV(B) 343.98º 0.87% 0.73% -
XYZ 21.64 11.55 6.56 -
YUV 78.04 122.34 205 -
System Red Green Blue C M Y K H S L
Decimal 186 25 68 0 0.87 0.63 0.27 343.98 0.76 0.41
Hex BA 19 44 0 57 3F 1B 158 4C 29
Octal 272 31 104 0 127 77 33 530 114 51
Binary 10111010 11001 1000100 0 1010111 111111 11011 101011000 1001100 101001

Color Harmonies of #BA1944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1944

Black with #BA1944

Text Example


Text Example

White with #BA1944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1944; }

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

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

background-color css

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

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

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

border-color css

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

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

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