Html Css Color HEX #BA1631 Cardinal

📋 copy color: '#BA1631'

red 186 ◦ green 22 ◦ blue 49

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

Shades of Cardinal #BA1631

Tints of Cardinal #BA1631

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.56%

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

R = 72.37%
G = 8.56%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BA1631 (or 0xBA1631) is known color: Cardinal. HEX triplet: BA, 16 and 31. RGB value is (186,22,49). Sum of RGB (Red+Green+Blue) = 186+22+49=257 (34% of max value = 765). Red value is 186 (73.05% from 255 or 72.37% from 257); Green value is 22 (8.98% from 255 or 8.56% from 257); Blue value is 49 (19.53% from 255 or 19.07% from 257); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1631 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1631 is #45E9CE. Grayscale: #4A4A4A. Windows color (decimal): -4581839 or 3217082. OLE color: 3217082.

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

Color convert

RGB 186 22 49 -
CMYK 0 0.88 0.74 0.27
HSL 350.12º 0.79% 0.41% -
HSV(B) 350.12º 0.88% 0.73% -
XYZ 21.09 11.23 3.96 -
YUV 74.11 113.83 207.8 -
System Red Green Blue C M Y K H S L
Decimal 186 22 49 0 0.88 0.74 0.27 350.12 0.79 0.41
Hex BA 16 31 0 58 4A 1B 15E 4F 29
Octal 272 26 61 0 130 112 33 536 117 51
Binary 10111010 10110 110001 0 1011000 1001010 11011 101011110 1001111 101001

Color Harmonies of #BA1631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1631

Black with #BA1631

Text Example


Text Example

White with #BA1631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1631; }

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

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

background-color css

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

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

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

border-color css

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

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

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