Html Css Color HEX #BA184A Cardinal

📋 copy color: '#BA184A'

red 186 ◦ green 24 ◦ blue 74

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

Shades of Cardinal #BA184A

Tints of Cardinal #BA184A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.45%

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

R = 65.49%
G = 8.45%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA184A (or 0xBA184A) is known color: Cardinal. HEX triplet: BA, 18 and 4A. RGB value is (186,24,74). Sum of RGB (Red+Green+Blue) = 186+24+74=284 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.49% from 284); Green value is 24 (9.77% from 255 or 8.45% from 284); Blue value is 74 (29.30% from 255 or 26.06% from 284); Max value from RGB is 186 - color contains mainly: red. Hex color #BA184A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA184A is #45E7B5. Grayscale: #4E4E4E. Windows color (decimal): -4581302 or 4855994. OLE color: 4855994.

HSL color Cylindrical-coordinate representation of color #BA184A: hue angle of 341.48º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA184A is Cyan = 0, Magento = 0.87, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 24 74 -
CMYK 0 0.87 0.60 0.27
HSL 341.48º 0.77% 0.41% -
HSV(B) 341.48º 0.87% 0.73% -
XYZ 21.81 11.59 7.57 -
YUV 78.14 125.67 204.93 -
System Red Green Blue C M Y K H S L
Decimal 186 24 74 0 0.87 0.60 0.27 341.48 0.77 0.41
Hex BA 18 4A 0 57 3C 1B 155 4D 29
Octal 272 30 112 0 127 74 33 525 115 51
Binary 10111010 11000 1001010 0 1010111 111100 11011 101010101 1001101 101001

Color Harmonies of #BA184A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA184A

Black with #BA184A

Text Example


Text Example

White with #BA184A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA184A; }

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

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

background-color css

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

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

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

border-color css

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

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

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