Html Css Color HEX #BA3925 Medium Carmine

📋 copy color: '#BA3925'

red 186 ◦ green 57 ◦ blue 37

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

Shades of Medium Carmine #BA3925

Tints of Medium Carmine #BA3925

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.21%

R = 66.43%
G = 20.36%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA3925 (or 0xBA3925) is known color: Medium Carmine. HEX triplet: BA, 39 and 25. RGB value is (186,57,37). Sum of RGB (Red+Green+Blue) = 186+57+37=280 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.43% from 280); Green value is 57 (22.66% from 255 or 20.36% from 280); Blue value is 37 (14.84% from 255 or 13.21% from 280); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3925 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3925 is #45C6DA. Grayscale: #5D5D5D. Windows color (decimal): -4572891 or 2439610. OLE color: 2439610.

HSL color Cylindrical-coordinate representation of color #BA3925: hue angle of 8.05º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA3925 is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 57 37 -
CMYK 0 0.69 0.80 0.27
HSL 8.05º 0.67% 0.44% -
HSV(B) 8.05º 0.8% 0.73% -
XYZ 22.05 13.5 3.19 -
YUV 93.29 96.24 194.13 -
System Red Green Blue C M Y K H S L
Decimal 186 57 37 0 0.69 0.80 0.27 8.05 0.67 0.44
Hex BA 39 25 0 45 50 1B 8 43 2C
Octal 272 71 45 0 105 120 33 10 103 54
Binary 10111010 111001 100101 0 1000101 1010000 11011 1000 1000011 101100

Color Harmonies of #BA3925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3925

Black with #BA3925

Text Example


Text Example

White with #BA3925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3925; }

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

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

background-color css

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

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

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

border-color css

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

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

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