Html Css Color HEX #BA134E Cardinal

📋 copy color: '#BA134E'

red 186 ◦ green 19 ◦ blue 78

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

Shades of Cardinal #BA134E

Tints of Cardinal #BA134E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.71%

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

R = 65.72%
G = 6.71%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BA134E (or 0xBA134E) is known color: Cardinal. HEX triplet: BA, 13 and 4E. RGB value is (186,19,78). Sum of RGB (Red+Green+Blue) = 186+19+78=283 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.72% from 283); Green value is 19 (7.81% from 255 or 6.71% from 283); Blue value is 78 (30.86% from 255 or 27.56% from 283); Max value from RGB is 186 - color contains mainly: red. Hex color #BA134E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA134E is #45ECB1. Grayscale: #4B4B4B. Windows color (decimal): -4582578 or 5116858. OLE color: 5116858.

HSL color Cylindrical-coordinate representation of color #BA134E: hue angle of 338.8º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA134E is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 19 78 -
CMYK 0 0.90 0.58 0.27
HSL 338.8º 0.81% 0.4% -
HSV(B) 338.8º 0.9% 0.73% -
XYZ 21.86 11.45 8.27 -
YUV 75.66 129.33 206.7 -
System Red Green Blue C M Y K H S L
Decimal 186 19 78 0 0.90 0.58 0.27 338.8 0.81 0.4
Hex BA 13 4E 0 5A 3A 1B 153 51 28
Octal 272 23 116 0 132 72 33 523 121 50
Binary 10111010 10011 1001110 0 1011010 111010 11011 101010011 1010001 101000

Color Harmonies of #BA134E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA134E

Black with #BA134E

Text Example


Text Example

White with #BA134E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA134E; }

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

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

background-color css

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

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

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

border-color css

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

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

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