Html Css Color HEX #BA372F Medium Carmine

📋 copy color: '#BA372F'

red 186 ◦ green 55 ◦ blue 47

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

Shades of Medium Carmine #BA372F

Tints of Medium Carmine #BA372F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.32%

R = 64.58%
G = 19.1%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BA372F (or 0xBA372F) is known color: Medium Carmine. HEX triplet: BA, 37 and 2F. RGB value is (186,55,47). Sum of RGB (Red+Green+Blue) = 186+55+47=288 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.58% from 288); Green value is 55 (21.88% from 255 or 19.10% from 288); Blue value is 47 (18.75% from 255 or 16.32% from 288); Max value from RGB is 186 - color contains mainly: red. Hex color #BA372F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA372F is #45C8D0. Grayscale: #5D5D5D. Windows color (decimal): -4573393 or 3094458. OLE color: 3094458.

HSL color Cylindrical-coordinate representation of color #BA372F: hue angle of 3.45º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA372F is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 55 47 -
CMYK 0 0.70 0.75 0.27
HSL 3.45º 0.6% 0.46% -
HSV(B) 3.45º 0.75% 0.73% -
XYZ 22.13 13.38 4.1 -
YUV 93.26 101.9 194.15 -
System Red Green Blue C M Y K H S L
Decimal 186 55 47 0 0.70 0.75 0.27 3.45 0.6 0.46
Hex BA 37 2F 0 46 4B 1B 3 3C 2E
Octal 272 67 57 0 106 113 33 3 74 56
Binary 10111010 110111 101111 0 1000110 1001011 11011 11 111100 101110

Color Harmonies of #BA372F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA372F

Black with #BA372F

Text Example


Text Example

White with #BA372F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA372F; }

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

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

background-color css

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

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

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

border-color css

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

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

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