Html Css Color HEX #BA114D Cardinal

📋 copy color: '#BA114D'

red 186 ◦ green 17 ◦ blue 77

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

Shades of Cardinal #BA114D

Tints of Cardinal #BA114D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.07%

 BLUE value IS 77 (30.47% from 255) = 27.5%

R = 66.43%
G = 6.07%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BA114D (or 0xBA114D) is known color: Cardinal. HEX triplet: BA, 11 and 4D. RGB value is (186,17,77). Sum of RGB (Red+Green+Blue) = 186+17+77=280 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.43% from 280); Green value is 17 (7.03% from 255 or 6.07% from 280); Blue value is 77 (30.47% from 255 or 27.5% from 280); Max value from RGB is 186 - color contains mainly: red. Hex color #BA114D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA114D is #45EEB2. Grayscale: #4A4A4A. Windows color (decimal): -4583091 or 5050810. OLE color: 5050810.

HSL color Cylindrical-coordinate representation of color #BA114D: hue angle of 338.7º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA114D is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 17 77 -
CMYK 0 0.91 0.59 0.27
HSL 338.7º 0.83% 0.4% -
HSV(B) 338.7º 0.91% 0.73% -
XYZ 21.79 11.38 8.07 -
YUV 74.37 129.49 207.62 -
System Red Green Blue C M Y K H S L
Decimal 186 17 77 0 0.91 0.59 0.27 338.7 0.83 0.4
Hex BA 11 4D 0 5B 3B 1B 153 53 28
Octal 272 21 115 0 133 73 33 523 123 50
Binary 10111010 10001 1001101 0 1011011 111011 11011 101010011 1010011 101000

Color Harmonies of #BA114D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA114D

Black with #BA114D

Text Example


Text Example

White with #BA114D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA114D; }

 p { color: rgb(186,17,77); }

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

background-color css

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

 a { background-color: rgb(186,17,77); }

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

border-color css

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

 span { border-color: rgb(186,17,77); }

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