Html Css Color HEX #BA164B Cardinal

📋 copy color: '#BA164B'

red 186 ◦ green 22 ◦ blue 75

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

Shades of Cardinal #BA164B

Tints of Cardinal #BA164B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 26.5%

R = 65.72%
G = 7.77%
B = 26.5%

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

#BA164B (or 0xBA164B) is known color: Cardinal. HEX triplet: BA, 16 and 4B. RGB value is (186,22,75). Sum of RGB (Red+Green+Blue) = 186+22+75=283 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.72% from 283); Green value is 22 (8.98% from 255 or 7.77% from 283); Blue value is 75 (29.69% from 255 or 26.50% from 283); Max value from RGB is 186 - color contains mainly: red. Hex color #BA164B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA164B is #45E9B4. Grayscale: #4D4D4D. Windows color (decimal): -4581813 or 4921018. OLE color: 4921018.

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

Color convert

RGB 186 22 75 -
CMYK 0 0.88 0.60 0.27
HSL 340.61º 0.79% 0.41% -
HSV(B) 340.61º 0.88% 0.73% -
XYZ 21.81 11.52 7.73 -
YUV 77.08 126.83 205.69 -
System Red Green Blue C M Y K H S L
Decimal 186 22 75 0 0.88 0.60 0.27 340.61 0.79 0.41
Hex BA 16 4B 0 58 3C 1B 155 4F 29
Octal 272 26 113 0 130 74 33 525 117 51
Binary 10111010 10110 1001011 0 1011000 111100 11011 101010101 1001111 101001

Color Harmonies of #BA164B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA164B

Black with #BA164B

Text Example


Text Example

White with #BA164B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA164B; }

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

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

background-color css

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

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

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

border-color css

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

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

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