Html Css Color HEX #BA3929 Medium Carmine

📋 copy color: '#BA3929'

red 186 ◦ green 57 ◦ blue 41

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

Shades of Medium Carmine #BA3929

Tints of Medium Carmine #BA3929

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.44%

R = 65.49%
G = 20.07%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA3929 (or 0xBA3929) is known color: Medium Carmine. HEX triplet: BA, 39 and 29. RGB value is (186,57,41). Sum of RGB (Red+Green+Blue) = 186+57+41=284 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.49% from 284); Green value is 57 (22.66% from 255 or 20.07% from 284); Blue value is 41 (16.41% from 255 or 14.44% from 284); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3929 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3929 is #45C6D6. Grayscale: #5D5D5D. Windows color (decimal): -4572887 or 2701754. OLE color: 2701754.

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

Color convert

RGB 186 57 41 -
CMYK 0 0.69 0.78 0.27
HSL 6.62º 0.64% 0.45% -
HSV(B) 6.62º 0.78% 0.73% -
XYZ 22.11 13.53 3.54 -
YUV 93.75 98.24 193.8 -
System Red Green Blue C M Y K H S L
Decimal 186 57 41 0 0.69 0.78 0.27 6.62 0.64 0.45
Hex BA 39 29 0 45 4E 1B 7 40 2D
Octal 272 71 51 0 105 116 33 7 100 55
Binary 10111010 111001 101001 0 1000101 1001110 11011 111 1000000 101101

Color Harmonies of #BA3929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3929

Black with #BA3929

Text Example


Text Example

White with #BA3929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3929; }

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

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

background-color css

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

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

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

border-color css

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

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

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