Html Css Color HEX #BA1939 Cardinal

📋 copy color: '#BA1939'

red 186 ◦ green 25 ◦ blue 57

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

Shades of Cardinal #BA1939

Tints of Cardinal #BA1939

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 21.27%

R = 69.4%
G = 9.33%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA1939 (or 0xBA1939) is known color: Cardinal. HEX triplet: BA, 19 and 39. RGB value is (186,25,57). Sum of RGB (Red+Green+Blue) = 186+25+57=268 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.40% from 268); Green value is 25 (10.16% from 255 or 9.33% from 268); Blue value is 57 (22.66% from 255 or 21.27% from 268); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1939 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1939 is #45E6C6. Grayscale: #4C4C4C. Windows color (decimal): -4581063 or 3742138. OLE color: 3742138.

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

Color convert

RGB 186 25 57 -
CMYK 0 0.87 0.69 0.27
HSL 348.07º 0.76% 0.41% -
HSV(B) 348.07º 0.87% 0.73% -
XYZ 21.34 11.43 4.95 -
YUV 76.79 116.84 205.9 -
System Red Green Blue C M Y K H S L
Decimal 186 25 57 0 0.87 0.69 0.27 348.07 0.76 0.41
Hex BA 19 39 0 57 45 1B 15C 4C 29
Octal 272 31 71 0 127 105 33 534 114 51
Binary 10111010 11001 111001 0 1010111 1000101 11011 101011100 1001100 101001

Color Harmonies of #BA1939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1939

Black with #BA1939

Text Example


Text Example

White with #BA1939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1939; }

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

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

background-color css

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

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

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

border-color css

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

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

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