Html Css Color HEX #BA382A Medium Carmine

📋 copy color: '#BA382A'

red 186 ◦ green 56 ◦ blue 42

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

Shades of Medium Carmine #BA382A

Tints of Medium Carmine #BA382A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.79%

R = 65.49%
G = 19.72%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BA382A (or 0xBA382A) is known color: Medium Carmine. HEX triplet: BA, 38 and 2A. RGB value is (186,56,42). Sum of RGB (Red+Green+Blue) = 186+56+42=284 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.49% from 284); Green value is 56 (22.27% from 255 or 19.72% from 284); Blue value is 42 (16.80% from 255 or 14.79% from 284); Max value from RGB is 186 - color contains mainly: red. Hex color #BA382A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA382A is #45C7D5. Grayscale: #5D5D5D. Windows color (decimal): -4573142 or 2767034. OLE color: 2767034.

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

Color convert

RGB 186 56 42 -
CMYK 0 0.70 0.77 0.27
HSL 5.83º 0.63% 0.45% -
HSV(B) 5.83º 0.77% 0.73% -
XYZ 22.08 13.43 3.62 -
YUV 93.27 99.07 194.14 -
System Red Green Blue C M Y K H S L
Decimal 186 56 42 0 0.70 0.77 0.27 5.83 0.63 0.45
Hex BA 38 2A 0 46 4D 1B 6 3F 2D
Octal 272 70 52 0 106 115 33 6 77 55
Binary 10111010 111000 101010 0 1000110 1001101 11011 110 111111 101101

Color Harmonies of #BA382A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA382A

Black with #BA382A

Text Example


Text Example

White with #BA382A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA382A; }

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

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

background-color css

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

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

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

border-color css

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

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

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