Html Css Color HEX #BA3E24 Medium Carmine

📋 copy color: '#BA3E24'

red 186 ◦ green 62 ◦ blue 36

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

Shades of Medium Carmine #BA3E24

Tints of Medium Carmine #BA3E24

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.83%

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

R = 65.49%
G = 21.83%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BA3E24 (or 0xBA3E24) is known color: Medium Carmine. HEX triplet: BA, 3E and 24. RGB value is (186,62,36). Sum of RGB (Red+Green+Blue) = 186+62+36=284 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.49% from 284); Green value is 62 (24.61% from 255 or 21.83% from 284); Blue value is 36 (14.45% from 255 or 12.68% from 284); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3E24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3E24 is #45C1DB. Grayscale: #606060. Windows color (decimal): -4571612 or 2375354. OLE color: 2375354.

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

Color convert

RGB 186 62 36 -
CMYK 0 0.67 0.81 0.27
HSL 10.4º 0.68% 0.44% -
HSV(B) 10.4º 0.81% 0.73% -
XYZ 22.29 14.01 3.2 -
YUV 96.11 94.08 192.11 -
System Red Green Blue C M Y K H S L
Decimal 186 62 36 0 0.67 0.81 0.27 10.4 0.68 0.44
Hex BA 3E 24 0 43 51 1B A 44 2C
Octal 272 76 44 0 103 121 33 12 104 54
Binary 10111010 111110 100100 0 1000011 1010001 11011 1010 1000100 101100

Color Harmonies of #BA3E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3E24

Black with #BA3E24

Text Example


Text Example

White with #BA3E24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3E24; }

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

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

background-color css

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

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

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

border-color css

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

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

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