Html Css Color HEX #BA3A34 Medium Carmine

📋 copy color: '#BA3A34'

red 186 ◦ green 58 ◦ blue 52

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

Shades of Medium Carmine #BA3A34

Tints of Medium Carmine #BA3A34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.57%

R = 62.84%
G = 19.59%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA3A34 (or 0xBA3A34) is known color: Medium Carmine. HEX triplet: BA, 3A and 34. RGB value is (186,58,52). Sum of RGB (Red+Green+Blue) = 186+58+52=296 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.84% from 296); Green value is 58 (23.05% from 255 or 19.59% from 296); Blue value is 52 (20.70% from 255 or 17.57% from 296); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3A34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3A34 is #45C5CB. Grayscale: #5F5F5F. Windows color (decimal): -4572620 or 3422906. OLE color: 3422906.

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

Color convert

RGB 186 58 52 -
CMYK 0 0.69 0.72 0.27
HSL 2.69º 0.56% 0.47% -
HSV(B) 2.69º 0.72% 0.73% -
XYZ 22.38 13.71 4.72 -
YUV 95.59 103.41 192.49 -
System Red Green Blue C M Y K H S L
Decimal 186 58 52 0 0.69 0.72 0.27 2.69 0.56 0.47
Hex BA 3A 34 0 45 48 1B 3 38 2F
Octal 272 72 64 0 105 110 33 3 70 57
Binary 10111010 111010 110100 0 1000101 1001000 11011 11 111000 101111

Color Harmonies of #BA3A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3A34

Black with #BA3A34

Text Example


Text Example

White with #BA3A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3A34; }

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

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

background-color css

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

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

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

border-color css

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

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

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