Html Css Color HEX #BA1943 Cardinal

📋 copy color: '#BA1943'

red 186 ◦ green 25 ◦ blue 67

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

Shades of Cardinal #BA1943

Tints of Cardinal #BA1943

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 24.1%

R = 66.91%
G = 8.99%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BA1943 (or 0xBA1943) is known color: Cardinal. HEX triplet: BA, 19 and 43. RGB value is (186,25,67). Sum of RGB (Red+Green+Blue) = 186+25+67=278 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.91% from 278); Green value is 25 (10.16% from 255 or 8.99% from 278); Blue value is 67 (26.56% from 255 or 24.10% from 278); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1943 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1943 is #45E6BC. Grayscale: #4D4D4D. Windows color (decimal): -4581053 or 4397498. OLE color: 4397498.

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

Color convert

RGB 186 25 67 -
CMYK 0 0.87 0.64 0.27
HSL 344.35º 0.76% 0.41% -
HSV(B) 344.35º 0.87% 0.73% -
XYZ 21.61 11.54 6.4 -
YUV 77.93 121.84 205.08 -
System Red Green Blue C M Y K H S L
Decimal 186 25 67 0 0.87 0.64 0.27 344.35 0.76 0.41
Hex BA 19 43 0 57 40 1B 158 4C 29
Octal 272 31 103 0 127 100 33 530 114 51
Binary 10111010 11001 1000011 0 1010111 1000000 11011 101011000 1001100 101001

Color Harmonies of #BA1943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1943

Black with #BA1943

Text Example


Text Example

White with #BA1943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1943; }

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

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

background-color css

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

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

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

border-color css

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

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

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