Html Css Color HEX #BA124A Cardinal

📋 copy color: '#BA124A'

red 186 ◦ green 18 ◦ blue 74

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

Shades of Cardinal #BA124A

Tints of Cardinal #BA124A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.47%

 BLUE value IS 74 (29.3% from 255) = 26.62%

R = 66.91%
G = 6.47%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA124A (or 0xBA124A) is known color: Cardinal. HEX triplet: BA, 12 and 4A. RGB value is (186,18,74). Sum of RGB (Red+Green+Blue) = 186+18+74=278 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.91% from 278); Green value is 18 (7.42% from 255 or 6.47% from 278); Blue value is 74 (29.30% from 255 or 26.62% from 278); Max value from RGB is 186 - color contains mainly: red. Hex color #BA124A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA124A is #45EDB5. Grayscale: #4A4A4A. Windows color (decimal): -4582838 or 4854458. OLE color: 4854458.

HSL color Cylindrical-coordinate representation of color #BA124A: hue angle of 340º degrees, saturation: 0.82, 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 #BA124A is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 18 74 -
CMYK 0 0.90 0.60 0.27
HSL 340º 0.82% 0.4% -
HSV(B) 340º 0.9% 0.73% -
XYZ 21.7 11.37 7.53 -
YUV 74.62 127.66 207.45 -
System Red Green Blue C M Y K H S L
Decimal 186 18 74 0 0.90 0.60 0.27 340 0.82 0.4
Hex BA 12 4A 0 5A 3C 1B 154 52 28
Octal 272 22 112 0 132 74 33 524 122 50
Binary 10111010 10010 1001010 0 1011010 111100 11011 101010100 1010010 101000

Color Harmonies of #BA124A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA124A

Black with #BA124A

Text Example


Text Example

White with #BA124A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA124A; }

 p { color: rgb(186,18,74); }

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

background-color css

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

 a { background-color: rgb(186,18,74); }

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

border-color css

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

 span { border-color: rgb(186,18,74); }

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