Html Css Color HEX #BA3939 Medium Carmine

📋 copy color: '#BA3939'

red 186 ◦ green 57 ◦ blue 57

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

Shades of Medium Carmine #BA3939

Tints of Medium Carmine #BA3939

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19%

 BLUE value IS 57 (22.66% from 255) = 19%

R = 62%
G = 19%
B = 19%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA3939 (or 0xBA3939) is known color: Medium Carmine. HEX triplet: BA, 39 and 39. RGB value is (186,57,57). Sum of RGB (Red+Green+Blue) = 186+57+57=300 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62% from 300); Green value is 57 (22.66% from 255 or 19% from 300); Blue value is 57 (22.66% from 255 or 19% from 300); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3939 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3939 is #45C6C6. Grayscale: #5F5F5F. Windows color (decimal): -4572871 or 3750330. OLE color: 3750330.

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

Color convert

RGB 186 57 57 -
CMYK 0 0.69 0.69 0.27
HSL 0.53% 0.48% -
HSV(B) 0.69% 0.73% -
XYZ 22.45 13.66 5.32 -
YUV 95.57 106.24 192.5 -
System Red Green Blue C M Y K H S L
Decimal 186 57 57 0 0.69 0.69 0.27 0 0.53 0.48
Hex BA 39 39 0 45 45 1B 0 35 30
Octal 272 71 71 0 105 105 33 0 65 60
Binary 10111010 111001 111001 0 1000101 1000101 11011 0 110101 110000

Color Harmonies of #BA3939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3939

Black with #BA3939

Text Example


Text Example

White with #BA3939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3939; }

 p { color: rgb(186,57,57); }

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

background-color css

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

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

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

border-color css

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

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

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