Html Css Color HEX #BA3624 Medium Carmine

📋 copy color: '#BA3624'

red 186 ◦ green 54 ◦ blue 36

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

Shades of Medium Carmine #BA3624

Tints of Medium Carmine #BA3624

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.57%

 BLUE value IS 36 (14.45% from 255) = 13.04%

R = 67.39%
G = 19.57%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BA3624 (or 0xBA3624) is known color: Medium Carmine. HEX triplet: BA, 36 and 24. RGB value is (186,54,36). Sum of RGB (Red+Green+Blue) = 186+54+36=276 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.39% from 276); Green value is 54 (21.48% from 255 or 19.57% from 276); Blue value is 36 (14.45% from 255 or 13.04% from 276); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3624 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3624 is #45C9DB. Grayscale: #5B5B5B. Windows color (decimal): -4573660 or 2373306. OLE color: 2373306.

HSL color Cylindrical-coordinate representation of color #BA3624: hue angle of 7.2º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA3624 is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 54 36 -
CMYK 0 0.71 0.81 0.27
HSL 7.2º 0.68% 0.44% -
HSV(B) 7.2º 0.81% 0.73% -
XYZ 21.89 13.2 3.06 -
YUV 91.42 96.73 195.46 -
System Red Green Blue C M Y K H S L
Decimal 186 54 36 0 0.71 0.81 0.27 7.2 0.68 0.44
Hex BA 36 24 0 47 51 1B 7 44 2C
Octal 272 66 44 0 107 121 33 7 104 54
Binary 10111010 110110 100100 0 1000111 1010001 11011 111 1000100 101100

Color Harmonies of #BA3624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3624

Black with #BA3624

Text Example


Text Example

White with #BA3624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3624; }

 p { color: rgb(186,54,36); }

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

background-color css

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

 a { background-color: rgb(186,54,36); }

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

border-color css

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

 span { border-color: rgb(186,54,36); }

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