Html Css Color HEX #BA1A37 Cardinal

📋 copy color: '#BA1A37'

red 186 ◦ green 26 ◦ blue 55

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

Shades of Cardinal #BA1A37

Tints of Cardinal #BA1A37

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.74%

 BLUE value IS 55 (21.88% from 255) = 20.6%

R = 69.66%
G = 9.74%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BA1A37 (or 0xBA1A37) is known color: Cardinal. HEX triplet: BA, 1A and 37. RGB value is (186,26,55). Sum of RGB (Red+Green+Blue) = 186+26+55=267 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.66% from 267); Green value is 26 (10.55% from 255 or 9.74% from 267); Blue value is 55 (21.88% from 255 or 20.60% from 267); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1A37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1A37 is #45E5C8. Grayscale: #4D4D4D. Windows color (decimal): -4580809 or 3611322. OLE color: 3611322.

HSL color Cylindrical-coordinate representation of color #BA1A37: hue angle of 349.12º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA1A37 is Cyan = 0, Magento = 0.86, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 26 55 -
CMYK 0 0.86 0.70 0.27
HSL 349.13º 0.75% 0.42% -
HSV(B) 349.13º 0.86% 0.73% -
XYZ 21.31 11.45 4.7 -
YUV 77.15 115.51 205.64 -
System Red Green Blue C M Y K H S L
Decimal 186 26 55 0 0.86 0.70 0.27 349.13 0.75 0.42
Hex BA 1A 37 0 56 46 1B 15D 4B 2A
Octal 272 32 67 0 126 106 33 535 113 52
Binary 10111010 11010 110111 0 1010110 1000110 11011 101011101 1001011 101010

Color Harmonies of #BA1A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1A37

Black with #BA1A37

Text Example


Text Example

White with #BA1A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1A37; }

 p { color: rgb(186,26,55); }

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

background-color css

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

 a { background-color: rgb(186,26,55); }

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

border-color css

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

 span { border-color: rgb(186,26,55); }

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