Html Css Color HEX #BA1531 Cardinal

📋 copy color: '#BA1531'

red 186 ◦ green 21 ◦ blue 49

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

Shades of Cardinal #BA1531

Tints of Cardinal #BA1531

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.2%

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

R = 72.66%
G = 8.2%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BA1531 (or 0xBA1531) is known color: Cardinal. HEX triplet: BA, 15 and 31. RGB value is (186,21,49). Sum of RGB (Red+Green+Blue) = 186+21+49=256 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.66% from 256); Green value is 21 (8.59% from 255 or 8.20% from 256); Blue value is 49 (19.53% from 255 or 19.14% from 256); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1531 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1531 is #45EACE. Grayscale: #494949. Windows color (decimal): -4582095 or 3216826. OLE color: 3216826.

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

Color convert

RGB 186 21 49 -
CMYK 0 0.89 0.74 0.27
HSL 349.82º 0.8% 0.41% -
HSV(B) 349.82º 0.89% 0.73% -
XYZ 21.07 11.2 3.96 -
YUV 73.53 114.16 208.22 -
System Red Green Blue C M Y K H S L
Decimal 186 21 49 0 0.89 0.74 0.27 349.82 0.8 0.41
Hex BA 15 31 0 59 4A 1B 15E 50 29
Octal 272 25 61 0 131 112 33 536 120 51
Binary 10111010 10101 110001 0 1011001 1001010 11011 101011110 1010000 101001

Color Harmonies of #BA1531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1531

Black with #BA1531

Text Example


Text Example

White with #BA1531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1531; }

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

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

background-color css

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

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

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

border-color css

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

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

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