Html Css Color HEX #BA3F2A Medium Carmine

📋 copy color: '#BA3F2A'

red 186 ◦ green 63 ◦ blue 42

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

Shades of Medium Carmine #BA3F2A

Tints of Medium Carmine #BA3F2A

RGB

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

 GREEN value IS 63 (25% from 255) = 21.65%

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

R = 63.92%
G = 21.65%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BA3F2A (or 0xBA3F2A) is known color: Medium Carmine. HEX triplet: BA, 3F and 2A. RGB value is (186,63,42). Sum of RGB (Red+Green+Blue) = 186+63+42=291 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.92% from 291); Green value is 63 (25% from 255 or 21.65% from 291); Blue value is 42 (16.80% from 255 or 14.43% from 291); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3F2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3F2A is #45C0D5. Grayscale: #616161. Windows color (decimal): -4571350 or 2768826. OLE color: 2768826.

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

Color convert

RGB 186 63 42 -
CMYK 0 0.66 0.77 0.27
HSL 8.75º 0.63% 0.45% -
HSV(B) 8.75º 0.77% 0.73% -
XYZ 22.45 14.16 3.74 -
YUV 97.38 96.75 191.21 -
System Red Green Blue C M Y K H S L
Decimal 186 63 42 0 0.66 0.77 0.27 8.75 0.63 0.45
Hex BA 3F 2A 0 42 4D 1B 9 3F 2D
Octal 272 77 52 0 102 115 33 11 77 55
Binary 10111010 111111 101010 0 1000010 1001101 11011 1001 111111 101101

Color Harmonies of #BA3F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3F2A

Black with #BA3F2A

Text Example


Text Example

White with #BA3F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3F2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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