Html Css Color HEX #BA1739 Cardinal

📋 copy color: '#BA1739'

red 186 ◦ green 23 ◦ blue 57

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

Shades of Cardinal #BA1739

Tints of Cardinal #BA1739

RGB

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

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

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

R = 69.92%
G = 8.65%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA1739 (or 0xBA1739) is known color: Cardinal. HEX triplet: BA, 17 and 39. RGB value is (186,23,57). Sum of RGB (Red+Green+Blue) = 186+23+57=266 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.92% from 266); Green value is 23 (9.38% from 255 or 8.65% from 266); Blue value is 57 (22.66% from 255 or 21.43% from 266); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1739 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1739 is #45E8C6. Grayscale: #4B4B4B. Windows color (decimal): -4581575 or 3741626. OLE color: 3741626.

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

Color convert

RGB 186 23 57 -
CMYK 0 0.88 0.69 0.27
HSL 347.48º 0.78% 0.41% -
HSV(B) 347.48º 0.88% 0.73% -
XYZ 21.29 11.35 4.94 -
YUV 75.61 117.5 206.74 -
System Red Green Blue C M Y K H S L
Decimal 186 23 57 0 0.88 0.69 0.27 347.48 0.78 0.41
Hex BA 17 39 0 58 45 1B 15B 4E 29
Octal 272 27 71 0 130 105 33 533 116 51
Binary 10111010 10111 111001 0 1011000 1000101 11011 101011011 1001110 101001

Color Harmonies of #BA1739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1739

Black with #BA1739

Text Example


Text Example

White with #BA1739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1739; }

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

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

background-color css

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

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

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

border-color css

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

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

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