Html Css Color HEX #BA1940 Cardinal

📋 copy color: '#BA1940'

red 186 ◦ green 25 ◦ blue 64

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

Shades of Cardinal #BA1940

Tints of Cardinal #BA1940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 23.27%

R = 67.64%
G = 9.09%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA1940 (or 0xBA1940) is known color: Cardinal. HEX triplet: BA, 19 and 40. RGB value is (186,25,64). Sum of RGB (Red+Green+Blue) = 186+25+64=275 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.64% from 275); Green value is 25 (10.16% from 255 or 9.09% from 275); Blue value is 64 (25.39% from 255 or 23.27% from 275); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1940 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1940 is #45E6BF. Grayscale: #4D4D4D. Windows color (decimal): -4581056 or 4200890. OLE color: 4200890.

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

Color convert

RGB 186 25 64 -
CMYK 0 0.87 0.66 0.27
HSL 345.47º 0.76% 0.41% -
HSV(B) 345.47º 0.87% 0.73% -
XYZ 21.52 11.5 5.94 -
YUV 77.59 120.34 205.33 -
System Red Green Blue C M Y K H S L
Decimal 186 25 64 0 0.87 0.66 0.27 345.47 0.76 0.41
Hex BA 19 40 0 57 42 1B 159 4C 29
Octal 272 31 100 0 127 102 33 531 114 51
Binary 10111010 11001 1000000 0 1010111 1000010 11011 101011001 1001100 101001

Color Harmonies of #BA1940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1940

Black with #BA1940

Text Example


Text Example

White with #BA1940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1940; }

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

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

background-color css

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

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

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

border-color css

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

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

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