Html Css Color HEX #BA382E Medium Carmine

📋 copy color: '#BA382E'

red 186 ◦ green 56 ◦ blue 46

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

Shades of Medium Carmine #BA382E

Tints of Medium Carmine #BA382E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.44%

 BLUE value IS 46 (18.36% from 255) = 15.97%

R = 64.58%
G = 19.44%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BA382E (or 0xBA382E) is known color: Medium Carmine. HEX triplet: BA, 38 and 2E. RGB value is (186,56,46). Sum of RGB (Red+Green+Blue) = 186+56+46=288 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.58% from 288); Green value is 56 (22.27% from 255 or 19.44% from 288); Blue value is 46 (18.36% from 255 or 15.97% from 288); Max value from RGB is 186 - color contains mainly: red. Hex color #BA382E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA382E is #45C7D1. Grayscale: #5D5D5D. Windows color (decimal): -4573138 or 3029178. OLE color: 3029178.

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

Color convert

RGB 186 56 46 -
CMYK 0 0.70 0.75 0.27
HSL 4.29º 0.6% 0.45% -
HSV(B) 4.29º 0.75% 0.73% -
XYZ 22.16 13.46 4.02 -
YUV 93.73 101.07 193.81 -
System Red Green Blue C M Y K H S L
Decimal 186 56 46 0 0.70 0.75 0.27 4.29 0.6 0.45
Hex BA 38 2E 0 46 4B 1B 4 3C 2D
Octal 272 70 56 0 106 113 33 4 74 55
Binary 10111010 111000 101110 0 1000110 1001011 11011 100 111100 101101

Color Harmonies of #BA382E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA382E

Black with #BA382E

Text Example


Text Example

White with #BA382E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA382E; }

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

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

background-color css

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

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

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

border-color css

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

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

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