Html Css Color HEX #BA3A24 Medium Carmine

📋 copy color: '#BA3A24'

red 186 ◦ green 58 ◦ blue 36

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

Shades of Medium Carmine #BA3A24

Tints of Medium Carmine #BA3A24

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.71%

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

R = 66.43%
G = 20.71%
B = 12.86%

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

#BA3A24 (or 0xBA3A24) is known color: Medium Carmine. HEX triplet: BA, 3A and 24. RGB value is (186,58,36). Sum of RGB (Red+Green+Blue) = 186+58+36=280 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.43% from 280); Green value is 58 (23.05% from 255 or 20.71% from 280); Blue value is 36 (14.45% from 255 or 12.86% from 280); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3A24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3A24 is #45C5DB. Grayscale: #5D5D5D. Windows color (decimal): -4572636 or 2374330. OLE color: 2374330.

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

Color convert

RGB 186 58 36 -
CMYK 0 0.69 0.81 0.27
HSL 8.8º 0.68% 0.44% -
HSV(B) 8.8º 0.81% 0.73% -
XYZ 22.08 13.59 3.13 -
YUV 93.76 95.41 193.79 -
System Red Green Blue C M Y K H S L
Decimal 186 58 36 0 0.69 0.81 0.27 8.8 0.68 0.44
Hex BA 3A 24 0 45 51 1B 9 44 2C
Octal 272 72 44 0 105 121 33 11 104 54
Binary 10111010 111010 100100 0 1000101 1010001 11011 1001 1000100 101100

Color Harmonies of #BA3A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3A24

Black with #BA3A24

Text Example


Text Example

White with #BA3A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3A24; }

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

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

background-color css

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

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

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

border-color css

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

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

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