Html Css Color HEX #BA2931 Cardinal

📋 copy color: '#BA2931'

red 186 ◦ green 41 ◦ blue 49

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

Shades of Cardinal #BA2931

Tints of Cardinal #BA2931

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.86%

 BLUE value IS 49 (19.53% from 255) = 17.75%

R = 67.39%
G = 14.86%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BA2931 (or 0xBA2931) is known color: Cardinal. HEX triplet: BA, 29 and 31. RGB value is (186,41,49). Sum of RGB (Red+Green+Blue) = 186+41+49=276 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.39% from 276); Green value is 41 (16.41% from 255 or 14.86% from 276); Blue value is 49 (19.53% from 255 or 17.75% from 276); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2931 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2931 is #45D6CE. Grayscale: #555555. Windows color (decimal): -4576975 or 3221946. OLE color: 3221946.

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

Color convert

RGB 186 41 49 -
CMYK 0 0.78 0.74 0.27
HSL 356.69º 0.64% 0.45% -
HSV(B) 356.69º 0.78% 0.73% -
XYZ 21.6 12.25 4.13 -
YUV 85.27 107.54 199.85 -
System Red Green Blue C M Y K H S L
Decimal 186 41 49 0 0.78 0.74 0.27 356.69 0.64 0.45
Hex BA 29 31 0 4E 4A 1B 165 40 2D
Octal 272 51 61 0 116 112 33 545 100 55
Binary 10111010 101001 110001 0 1001110 1001010 11011 101100101 1000000 101101

Color Harmonies of #BA2931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2931

Black with #BA2931

Text Example


Text Example

White with #BA2931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2931; }

 p { color: rgb(186,41,49); }

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

background-color css

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

 a { background-color: rgb(186,41,49); }

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

border-color css

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

 span { border-color: rgb(186,41,49); }

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