Html Css Color HEX #BA3725 Medium Carmine

📋 copy color: '#BA3725'

red 186 ◦ green 55 ◦ blue 37

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

Shades of Medium Carmine #BA3725

Tints of Medium Carmine #BA3725

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.78%

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

R = 66.91%
G = 19.78%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA3725 (or 0xBA3725) is known color: Medium Carmine. HEX triplet: BA, 37 and 25. RGB value is (186,55,37). Sum of RGB (Red+Green+Blue) = 186+55+37=278 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.91% from 278); Green value is 55 (21.88% from 255 or 19.78% from 278); Blue value is 37 (14.84% from 255 or 13.31% from 278); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3725 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3725 is #45C8DA. Grayscale: #5C5C5C. Windows color (decimal): -4573403 or 2439098. OLE color: 2439098.

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

Color convert

RGB 186 55 37 -
CMYK 0 0.70 0.80 0.27
HSL 7.25º 0.67% 0.44% -
HSV(B) 7.25º 0.8% 0.73% -
XYZ 21.95 13.31 3.16 -
YUV 92.12 96.9 194.96 -
System Red Green Blue C M Y K H S L
Decimal 186 55 37 0 0.70 0.80 0.27 7.25 0.67 0.44
Hex BA 37 25 0 46 50 1B 7 43 2C
Octal 272 67 45 0 106 120 33 7 103 54
Binary 10111010 110111 100101 0 1000110 1010000 11011 111 1000011 101100

Color Harmonies of #BA3725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3725

Black with #BA3725

Text Example


Text Example

White with #BA3725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3725; }

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

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

background-color css

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

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

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

border-color css

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

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

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