Html Css Color HEX #BA1930 Cardinal

📋 copy color: '#BA1930'

red 186 ◦ green 25 ◦ blue 48

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

Shades of Cardinal #BA1930

Tints of Cardinal #BA1930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.53%

R = 71.81%
G = 9.65%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BA1930 (or 0xBA1930) is known color: Cardinal. HEX triplet: BA, 19 and 30. RGB value is (186,25,48). Sum of RGB (Red+Green+Blue) = 186+25+48=259 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.81% from 259); Green value is 25 (10.16% from 255 or 9.65% from 259); Blue value is 48 (19.14% from 255 or 18.53% from 259); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1930 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1930 is #45E6CF. Grayscale: #4B4B4B. Windows color (decimal): -4581072 or 3152314. OLE color: 3152314.

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

Color convert

RGB 186 25 48 -
CMYK 0 0.87 0.74 0.27
HSL 351.43º 0.76% 0.41% -
HSV(B) 351.43º 0.87% 0.73% -
XYZ 21.13 11.35 3.87 -
YUV 75.76 112.34 206.63 -
System Red Green Blue C M Y K H S L
Decimal 186 25 48 0 0.87 0.74 0.27 351.43 0.76 0.41
Hex BA 19 30 0 57 4A 1B 15F 4C 29
Octal 272 31 60 0 127 112 33 537 114 51
Binary 10111010 11001 110000 0 1010111 1001010 11011 101011111 1001100 101001

Color Harmonies of #BA1930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1930

Black with #BA1930

Text Example


Text Example

White with #BA1930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1930; }

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

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

background-color css

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

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

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

border-color css

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

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

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