Html Css Color HEX #BA1839 Cardinal

📋 copy color: '#BA1839'

red 186 ◦ green 24 ◦ blue 57

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

Shades of Cardinal #BA1839

Tints of Cardinal #BA1839

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.99%

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

R = 69.66%
G = 8.99%
B = 21.35%

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

#BA1839 (or 0xBA1839) is known color: Cardinal. HEX triplet: BA, 18 and 39. RGB value is (186,24,57). Sum of RGB (Red+Green+Blue) = 186+24+57=267 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.66% from 267); Green value is 24 (9.77% from 255 or 8.99% from 267); Blue value is 57 (22.66% from 255 or 21.35% from 267); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1839 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1839 is #45E7C6. Grayscale: #4C4C4C. Windows color (decimal): -4581319 or 3741882. OLE color: 3741882.

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

Color convert

RGB 186 24 57 -
CMYK 0 0.87 0.69 0.27
HSL 347.78º 0.77% 0.41% -
HSV(B) 347.78º 0.87% 0.73% -
XYZ 21.31 11.39 4.95 -
YUV 76.2 117.17 206.32 -
System Red Green Blue C M Y K H S L
Decimal 186 24 57 0 0.87 0.69 0.27 347.78 0.77 0.41
Hex BA 18 39 0 57 45 1B 15C 4D 29
Octal 272 30 71 0 127 105 33 534 115 51
Binary 10111010 11000 111001 0 1010111 1000101 11011 101011100 1001101 101001

Color Harmonies of #BA1839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1839

Black with #BA1839

Text Example


Text Example

White with #BA1839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1839; }

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

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

background-color css

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

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

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

border-color css

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

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

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