Html Css Color HEX #BA1740 Cardinal

📋 copy color: '#BA1740'

red 186 ◦ green 23 ◦ blue 64

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

Shades of Cardinal #BA1740

Tints of Cardinal #BA1740

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.42%

 BLUE value IS 64 (25.39% from 255) = 23.44%

R = 68.13%
G = 8.42%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA1740 (or 0xBA1740) is known color: Cardinal. HEX triplet: BA, 17 and 40. RGB value is (186,23,64). Sum of RGB (Red+Green+Blue) = 186+23+64=273 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.13% from 273); Green value is 23 (9.38% from 255 or 8.42% from 273); Blue value is 64 (25.39% from 255 or 23.44% from 273); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1740 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1740 is #45E8BF. Grayscale: #4C4C4C. Windows color (decimal): -4581568 or 4200378. OLE color: 4200378.

HSL color Cylindrical-coordinate representation of color #BA1740: hue angle of 344.91º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA1740 is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 23 64 -
CMYK 0 0.88 0.66 0.27
HSL 344.91º 0.78% 0.41% -
HSV(B) 344.91º 0.88% 0.73% -
XYZ 21.48 11.42 5.92 -
YUV 76.41 121 206.17 -
System Red Green Blue C M Y K H S L
Decimal 186 23 64 0 0.88 0.66 0.27 344.91 0.78 0.41
Hex BA 17 40 0 58 42 1B 159 4E 29
Octal 272 27 100 0 130 102 33 531 116 51
Binary 10111010 10111 1000000 0 1011000 1000010 11011 101011001 1001110 101001

Color Harmonies of #BA1740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1740

Black with #BA1740

Text Example


Text Example

White with #BA1740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1740; }

 p { color: rgb(186,23,64); }

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

background-color css

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

 a { background-color: rgb(186,23,64); }

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

border-color css

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

 span { border-color: rgb(186,23,64); }

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