Html Css Color HEX #BA3A39 Medium Carmine

📋 copy color: '#BA3A39'

red 186 ◦ green 58 ◦ blue 57

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

Shades of Medium Carmine #BA3A39

Tints of Medium Carmine #BA3A39

RGB

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

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

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

R = 61.79%
G = 19.27%
B = 18.94%

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

#BA3A39 (or 0xBA3A39) is known color: Medium Carmine. HEX triplet: BA, 3A and 39. RGB value is (186,58,57). Sum of RGB (Red+Green+Blue) = 186+58+57=301 (39% of max value = 765). Red value is 186 (73.05% from 255 or 61.79% from 301); Green value is 58 (23.05% from 255 or 19.27% from 301); Blue value is 57 (22.66% from 255 or 18.94% from 301); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3A39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3A39 is #45C5C6. Grayscale: #606060. Windows color (decimal): -4572615 or 3750586. OLE color: 3750586.

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

Color convert

RGB 186 58 57 -
CMYK 0 0.69 0.69 0.27
HSL 0.47º 0.53% 0.48% -
HSV(B) 0.47º 0.69% 0.73% -
XYZ 22.5 13.76 5.34 -
YUV 96.16 105.91 192.08 -
System Red Green Blue C M Y K H S L
Decimal 186 58 57 0 0.69 0.69 0.27 0.47 0.53 0.48
Hex BA 3A 39 0 45 45 1B 0 35 30
Octal 272 72 71 0 105 105 33 0 65 60
Binary 10111010 111010 111001 0 1000101 1000101 11011 0 110101 110000

Color Harmonies of #BA3A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3A39

Black with #BA3A39

Text Example


Text Example

White with #BA3A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3A39; }

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

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

background-color css

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

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

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

border-color css

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

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

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