Html Css Color HEX #BA164A Cardinal

📋 copy color: '#BA164A'

red 186 ◦ green 22 ◦ blue 74

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

Shades of Cardinal #BA164A

Tints of Cardinal #BA164A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.8%

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

R = 65.96%
G = 7.8%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA164A (or 0xBA164A) is known color: Cardinal. HEX triplet: BA, 16 and 4A. RGB value is (186,22,74). Sum of RGB (Red+Green+Blue) = 186+22+74=282 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.96% from 282); Green value is 22 (8.98% from 255 or 7.80% from 282); Blue value is 74 (29.30% from 255 or 26.24% from 282); Max value from RGB is 186 - color contains mainly: red. Hex color #BA164A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA164A is #45E9B5. Grayscale: #4C4C4C. Windows color (decimal): -4581814 or 4855482. OLE color: 4855482.

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

Color convert

RGB 186 22 74 -
CMYK 0 0.88 0.60 0.27
HSL 340.98º 0.79% 0.41% -
HSV(B) 340.98º 0.88% 0.73% -
XYZ 21.77 11.51 7.55 -
YUV 76.96 126.33 205.77 -
System Red Green Blue C M Y K H S L
Decimal 186 22 74 0 0.88 0.60 0.27 340.98 0.79 0.41
Hex BA 16 4A 0 58 3C 1B 155 4F 29
Octal 272 26 112 0 130 74 33 525 117 51
Binary 10111010 10110 1001010 0 1011000 111100 11011 101010101 1001111 101001

Color Harmonies of #BA164A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA164A

Black with #BA164A

Text Example


Text Example

White with #BA164A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA164A; }

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

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

background-color css

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

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

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

border-color css

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

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

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