Html Css Color HEX #BA3938 Medium Carmine

📋 copy color: '#BA3938'

red 186 ◦ green 57 ◦ blue 56

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

Shades of Medium Carmine #BA3938

Tints of Medium Carmine #BA3938

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.73%

R = 62.21%
G = 19.06%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BA3938 (or 0xBA3938) is known color: Medium Carmine. HEX triplet: BA, 39 and 38. RGB value is (186,57,56). Sum of RGB (Red+Green+Blue) = 186+57+56=299 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.21% from 299); Green value is 57 (22.66% from 255 or 19.06% from 299); Blue value is 56 (22.27% from 255 or 18.73% from 299); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3938 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3938 is #45C6C7. Grayscale: #5F5F5F. Windows color (decimal): -4572872 or 3684794. OLE color: 3684794.

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

Color convert

RGB 186 57 56 -
CMYK 0 0.69 0.70 0.27
HSL 0.46º 0.54% 0.47% -
HSV(B) 0.46º 0.7% 0.73% -
XYZ 22.43 13.65 5.19 -
YUV 95.46 105.74 192.58 -
System Red Green Blue C M Y K H S L
Decimal 186 57 56 0 0.69 0.70 0.27 0.46 0.54 0.47
Hex BA 39 38 0 45 46 1B 0 36 2F
Octal 272 71 70 0 105 106 33 0 66 57
Binary 10111010 111001 111000 0 1000101 1000110 11011 0 110110 101111

Color Harmonies of #BA3938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3938

Black with #BA3938

Text Example


Text Example

White with #BA3938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3938; }

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

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

background-color css

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

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

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

border-color css

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

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

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