Html Css Color HEX #BA3625 Medium Carmine

📋 copy color: '#BA3625'

red 186 ◦ green 54 ◦ blue 37

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

Shades of Medium Carmine #BA3625

Tints of Medium Carmine #BA3625

RGB

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

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

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

R = 67.15%
G = 19.49%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA3625 (or 0xBA3625) is known color: Medium Carmine. HEX triplet: BA, 36 and 25. RGB value is (186,54,37). Sum of RGB (Red+Green+Blue) = 186+54+37=277 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.15% from 277); Green value is 54 (21.48% from 255 or 19.49% from 277); Blue value is 37 (14.84% from 255 or 13.36% from 277); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3625 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3625 is #45C9DA. Grayscale: #5B5B5B. Windows color (decimal): -4573659 or 2438842. OLE color: 2438842.

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

Color convert

RGB 186 54 37 -
CMYK 0 0.71 0.80 0.27
HSL 6.85º 0.67% 0.44% -
HSV(B) 6.85º 0.8% 0.73% -
XYZ 21.9 13.21 3.15 -
YUV 91.53 97.23 195.38 -
System Red Green Blue C M Y K H S L
Decimal 186 54 37 0 0.71 0.80 0.27 6.85 0.67 0.44
Hex BA 36 25 0 47 50 1B 7 43 2C
Octal 272 66 45 0 107 120 33 7 103 54
Binary 10111010 110110 100101 0 1000111 1010000 11011 111 1000011 101100

Color Harmonies of #BA3625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3625

Black with #BA3625

Text Example


Text Example

White with #BA3625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3625; }

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

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

background-color css

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

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

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

border-color css

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

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

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