Html Css Color HEX #BA2531 Cardinal

📋 copy color: '#BA2531'

red 186 ◦ green 37 ◦ blue 49

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

Shades of Cardinal #BA2531

Tints of Cardinal #BA2531

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.6%

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

R = 68.38%
G = 13.6%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BA2531 (or 0xBA2531) is known color: Cardinal. HEX triplet: BA, 25 and 31. RGB value is (186,37,49). Sum of RGB (Red+Green+Blue) = 186+37+49=272 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.38% from 272); Green value is 37 (14.84% from 255 or 13.60% from 272); Blue value is 49 (19.53% from 255 or 18.01% from 272); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2531 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2531 is #45DACE. Grayscale: #535353. Windows color (decimal): -4577999 or 3220922. OLE color: 3220922.

HSL color Cylindrical-coordinate representation of color #BA2531: hue angle of 355.17º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA2531 is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 37 49 -
CMYK 0 0.80 0.74 0.27
HSL 355.17º 0.67% 0.44% -
HSV(B) 355.17º 0.8% 0.73% -
XYZ 21.47 11.98 4.09 -
YUV 82.92 108.86 201.52 -
System Red Green Blue C M Y K H S L
Decimal 186 37 49 0 0.80 0.74 0.27 355.17 0.67 0.44
Hex BA 25 31 0 50 4A 1B 163 43 2C
Octal 272 45 61 0 120 112 33 543 103 54
Binary 10111010 100101 110001 0 1010000 1001010 11011 101100011 1000011 101100

Color Harmonies of #BA2531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2531

Black with #BA2531

Text Example


Text Example

White with #BA2531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2531; }

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

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

background-color css

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

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

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

border-color css

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

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

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