Html Css Color HEX #BA3924 Medium Carmine

📋 copy color: '#BA3924'

red 186 ◦ green 57 ◦ blue 36

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

Shades of Medium Carmine #BA3924

Tints of Medium Carmine #BA3924

RGB

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

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

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

R = 66.67%
G = 20.43%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BA3924 (or 0xBA3924) is known color: Medium Carmine. HEX triplet: BA, 39 and 24. RGB value is (186,57,36). Sum of RGB (Red+Green+Blue) = 186+57+36=279 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.67% from 279); Green value is 57 (22.66% from 255 or 20.43% from 279); Blue value is 36 (14.45% from 255 or 12.90% from 279); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3924 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3924 is #45C6DB. Grayscale: #5D5D5D. Windows color (decimal): -4572892 or 2374074. OLE color: 2374074.

HSL color Cylindrical-coordinate representation of color #BA3924: hue angle of 8.4º 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 #BA3924 is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 57 36 -
CMYK 0 0.69 0.81 0.27
HSL 8.4º 0.68% 0.44% -
HSV(B) 8.4º 0.81% 0.73% -
XYZ 22.03 13.49 3.11 -
YUV 93.18 95.74 194.21 -
System Red Green Blue C M Y K H S L
Decimal 186 57 36 0 0.69 0.81 0.27 8.4 0.68 0.44
Hex BA 39 24 0 45 51 1B 8 44 2C
Octal 272 71 44 0 105 121 33 10 104 54
Binary 10111010 111001 100100 0 1000101 1010001 11011 1000 1000100 101100

Color Harmonies of #BA3924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3924

Black with #BA3924

Text Example


Text Example

White with #BA3924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3924; }

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

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

background-color css

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

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

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

border-color css

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

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

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