Html Css Color HEX #BA3A2A Medium Carmine

📋 copy color: '#BA3A2A'

red 186 ◦ green 58 ◦ blue 42

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

Shades of Medium Carmine #BA3A2A

Tints of Medium Carmine #BA3A2A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.28%

 BLUE value IS 42 (16.8% from 255) = 14.69%

R = 65.03%
G = 20.28%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BA3A2A (or 0xBA3A2A) is known color: Medium Carmine. HEX triplet: BA, 3A and 2A. RGB value is (186,58,42). Sum of RGB (Red+Green+Blue) = 186+58+42=286 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.03% from 286); Green value is 58 (23.05% from 255 or 20.28% from 286); Blue value is 42 (16.80% from 255 or 14.69% from 286); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3A2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3A2A is #45C5D5. Grayscale: #5E5E5E. Windows color (decimal): -4572630 or 2767546. OLE color: 2767546.

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

Color convert

RGB 186 58 42 -
CMYK 0 0.69 0.77 0.27
HSL 6.67º 0.63% 0.45% -
HSV(B) 6.67º 0.77% 0.73% -
XYZ 22.18 13.63 3.65 -
YUV 94.45 98.41 193.3 -
System Red Green Blue C M Y K H S L
Decimal 186 58 42 0 0.69 0.77 0.27 6.67 0.63 0.45
Hex BA 3A 2A 0 45 4D 1B 7 3F 2D
Octal 272 72 52 0 105 115 33 7 77 55
Binary 10111010 111010 101010 0 1000101 1001101 11011 111 111111 101101

Color Harmonies of #BA3A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3A2A

Black with #BA3A2A

Text Example


Text Example

White with #BA3A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3A2A; }

 p { color: rgb(186,58,42); }

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

background-color css

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

 a { background-color: rgb(186,58,42); }

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

border-color css

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

 span { border-color: rgb(186,58,42); }

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