Html Css Color HEX #BA1946 Cardinal

📋 copy color: '#BA1946'

red 186 ◦ green 25 ◦ blue 70

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

Shades of Cardinal #BA1946

Tints of Cardinal #BA1946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 24.91%

R = 66.19%
G = 8.9%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BA1946 (or 0xBA1946) is known color: Cardinal. HEX triplet: BA, 19 and 46. RGB value is (186,25,70). Sum of RGB (Red+Green+Blue) = 186+25+70=281 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.19% from 281); Green value is 25 (10.16% from 255 or 8.90% from 281); Blue value is 70 (27.73% from 255 or 24.91% from 281); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1946 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1946 is #45E6B9. Grayscale: #4E4E4E. Windows color (decimal): -4581050 or 4594106. OLE color: 4594106.

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

Color convert

RGB 186 25 70 -
CMYK 0 0.87 0.62 0.27
HSL 343.23º 0.76% 0.41% -
HSV(B) 343.23º 0.87% 0.73% -
XYZ 21.7 11.58 6.88 -
YUV 78.27 123.34 204.84 -
System Red Green Blue C M Y K H S L
Decimal 186 25 70 0 0.87 0.62 0.27 343.23 0.76 0.41
Hex BA 19 46 0 57 3E 1B 157 4C 29
Octal 272 31 106 0 127 76 33 527 114 51
Binary 10111010 11001 1000110 0 1010111 111110 11011 101010111 1001100 101001

Color Harmonies of #BA1946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1946

Black with #BA1946

Text Example


Text Example

White with #BA1946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1946; }

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

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

background-color css

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

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

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

border-color css

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

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

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