Html Css Color HEX #BA3634 Medium Carmine

📋 copy color: '#BA3634'

red 186 ◦ green 54 ◦ blue 52

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

Shades of Medium Carmine #BA3634

Tints of Medium Carmine #BA3634

RGB

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

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

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

R = 63.7%
G = 18.49%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA3634 (or 0xBA3634) is known color: Medium Carmine. HEX triplet: BA, 36 and 34. RGB value is (186,54,52). Sum of RGB (Red+Green+Blue) = 186+54+52=292 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.70% from 292); Green value is 54 (21.48% from 255 or 18.49% from 292); Blue value is 52 (20.70% from 255 or 17.81% from 292); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3634 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3634 is #45C9CB. Grayscale: #5D5D5D. Windows color (decimal): -4573644 or 3421882. OLE color: 3421882.

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

Color convert

RGB 186 54 52 -
CMYK 0 0.71 0.72 0.27
HSL 0.9º 0.56% 0.47% -
HSV(B) 0.9º 0.72% 0.73% -
XYZ 22.19 13.33 4.65 -
YUV 93.24 104.73 194.16 -
System Red Green Blue C M Y K H S L
Decimal 186 54 52 0 0.71 0.72 0.27 0.9 0.56 0.47
Hex BA 36 34 0 47 48 1B 1 38 2F
Octal 272 66 64 0 107 110 33 1 70 57
Binary 10111010 110110 110100 0 1000111 1001000 11011 1 111000 101111

Color Harmonies of #BA3634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3634

Black with #BA3634

Text Example


Text Example

White with #BA3634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3634; }

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

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

background-color css

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

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

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

border-color css

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

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

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