Html Css Color HEX #BA3A37 Medium Carmine

📋 copy color: '#BA3A37'

red 186 ◦ green 58 ◦ blue 55

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

Shades of Medium Carmine #BA3A37

Tints of Medium Carmine #BA3A37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 18.39%

R = 62.21%
G = 19.4%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BA3A37 (or 0xBA3A37) is known color: Medium Carmine. HEX triplet: BA, 3A and 37. RGB value is (186,58,55). Sum of RGB (Red+Green+Blue) = 186+58+55=299 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.21% from 299); Green value is 58 (23.05% from 255 or 19.40% from 299); Blue value is 55 (21.88% from 255 or 18.39% from 299); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3A37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3A37 is #45C5C8. Grayscale: #606060. Windows color (decimal): -4572617 or 3619514. OLE color: 3619514.

HSL color Cylindrical-coordinate representation of color #BA3A37: hue angle of 1.37º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA3A37 is Cyan = 0, Magento = 0.69, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 58 55 -
CMYK 0 0.69 0.70 0.27
HSL 1.37º 0.54% 0.47% -
HSV(B) 1.37º 0.7% 0.73% -
XYZ 22.45 13.74 5.08 -
YUV 95.93 104.91 192.24 -
System Red Green Blue C M Y K H S L
Decimal 186 58 55 0 0.69 0.70 0.27 1.37 0.54 0.47
Hex BA 3A 37 0 45 46 1B 1 36 2F
Octal 272 72 67 0 105 106 33 1 66 57
Binary 10111010 111010 110111 0 1000101 1000110 11011 1 110110 101111

Color Harmonies of #BA3A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3A37

Black with #BA3A37

Text Example


Text Example

White with #BA3A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3A37; }

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

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

background-color css

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

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

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

border-color css

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

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

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