Html Css Color HEX #BA114E Cardinal

📋 copy color: '#BA114E'

red 186 ◦ green 17 ◦ blue 78

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

Shades of Cardinal #BA114E

Tints of Cardinal #BA114E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 27.76%

R = 66.19%
G = 6.05%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BA114E (or 0xBA114E) is known color: Cardinal. HEX triplet: BA, 11 and 4E. RGB value is (186,17,78). Sum of RGB (Red+Green+Blue) = 186+17+78=281 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.19% from 281); Green value is 17 (7.03% from 255 or 6.05% from 281); Blue value is 78 (30.86% from 255 or 27.76% from 281); Max value from RGB is 186 - color contains mainly: red. Hex color #BA114E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA114E is #45EEB1. Grayscale: #4A4A4A. Windows color (decimal): -4583090 or 5116346. OLE color: 5116346.

HSL color Cylindrical-coordinate representation of color #BA114E: hue angle of 338.34º 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 #BA114E is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 17 78 -
CMYK 0 0.91 0.58 0.27
HSL 338.34º 0.83% 0.4% -
HSV(B) 338.34º 0.91% 0.73% -
XYZ 21.83 11.39 8.26 -
YUV 74.49 129.99 207.54 -
System Red Green Blue C M Y K H S L
Decimal 186 17 78 0 0.91 0.58 0.27 338.34 0.83 0.4
Hex BA 11 4E 0 5B 3A 1B 152 53 28
Octal 272 21 116 0 133 72 33 522 123 50
Binary 10111010 10001 1001110 0 1011011 111010 11011 101010010 1010011 101000

Color Harmonies of #BA114E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA114E

Black with #BA114E

Text Example


Text Example

White with #BA114E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA114E; }

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

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

background-color css

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

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

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

border-color css

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

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

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