Html Css Color HEX #BA1937 Cardinal

📋 copy color: '#BA1937'

red 186 ◦ green 25 ◦ blue 55

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

Shades of Cardinal #BA1937

Tints of Cardinal #BA1937

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 20.68%

R = 69.92%
G = 9.4%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BA1937 (or 0xBA1937) is known color: Cardinal. HEX triplet: BA, 19 and 37. RGB value is (186,25,55). Sum of RGB (Red+Green+Blue) = 186+25+55=266 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.92% from 266); Green value is 25 (10.16% from 255 or 9.40% from 266); Blue value is 55 (21.88% from 255 or 20.68% from 266); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1937 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1937 is #45E6C8. Grayscale: #4C4C4C. Windows color (decimal): -4581065 or 3611066. OLE color: 3611066.

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

Color convert

RGB 186 25 55 -
CMYK 0 0.87 0.70 0.27
HSL 348.82º 0.76% 0.41% -
HSV(B) 348.82º 0.87% 0.73% -
XYZ 21.29 11.41 4.69 -
YUV 76.56 115.84 206.06 -
System Red Green Blue C M Y K H S L
Decimal 186 25 55 0 0.87 0.70 0.27 348.82 0.76 0.41
Hex BA 19 37 0 57 46 1B 15D 4C 29
Octal 272 31 67 0 127 106 33 535 114 51
Binary 10111010 11001 110111 0 1010111 1000110 11011 101011101 1001100 101001

Color Harmonies of #BA1937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1937

Black with #BA1937

Text Example


Text Example

White with #BA1937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1937; }

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

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

background-color css

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

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

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

border-color css

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

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

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