Html Css Color HEX #BA124D Cardinal

📋 copy color: '#BA124D'

red 186 ◦ green 18 ◦ blue 77

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

Shades of Cardinal #BA124D

Tints of Cardinal #BA124D

RGB

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

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

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

R = 66.19%
G = 6.41%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BA124D (or 0xBA124D) is known color: Cardinal. HEX triplet: BA, 12 and 4D. RGB value is (186,18,77). Sum of RGB (Red+Green+Blue) = 186+18+77=281 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.19% from 281); Green value is 18 (7.42% from 255 or 6.41% from 281); Blue value is 77 (30.47% from 255 or 27.40% from 281); Max value from RGB is 186 - color contains mainly: red. Hex color #BA124D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA124D is #45EDB2. Grayscale: #4A4A4A. Windows color (decimal): -4582835 or 5051066. OLE color: 5051066.

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

Color convert

RGB 186 18 77 -
CMYK 0 0.90 0.59 0.27
HSL 338.93º 0.82% 0.4% -
HSV(B) 338.93º 0.9% 0.73% -
XYZ 21.81 11.41 8.07 -
YUV 74.96 129.16 207.2 -
System Red Green Blue C M Y K H S L
Decimal 186 18 77 0 0.90 0.59 0.27 338.93 0.82 0.4
Hex BA 12 4D 0 5A 3B 1B 153 52 28
Octal 272 22 115 0 132 73 33 523 122 50
Binary 10111010 10010 1001101 0 1011010 111011 11011 101010011 1010010 101000

Color Harmonies of #BA124D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA124D

Black with #BA124D

Text Example


Text Example

White with #BA124D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA124D; }

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

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

background-color css

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

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

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

border-color css

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

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

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