Html Css Color HEX #BA3834 Medium Carmine

📋 copy color: '#BA3834'

red 186 ◦ green 56 ◦ blue 52

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

Shades of Medium Carmine #BA3834

Tints of Medium Carmine #BA3834

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.05%

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

R = 63.27%
G = 19.05%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA3834 (or 0xBA3834) is known color: Medium Carmine. HEX triplet: BA, 38 and 34. RGB value is (186,56,52). Sum of RGB (Red+Green+Blue) = 186+56+52=294 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.27% from 294); Green value is 56 (22.27% from 255 or 19.05% from 294); Blue value is 52 (20.70% from 255 or 17.69% from 294); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3834 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3834 is #45C7CB. Grayscale: #5E5E5E. Windows color (decimal): -4573132 or 3422394. OLE color: 3422394.

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

Color convert

RGB 186 56 52 -
CMYK 0 0.70 0.72 0.27
HSL 1.79º 0.56% 0.47% -
HSV(B) 1.79º 0.72% 0.73% -
XYZ 22.28 13.52 4.68 -
YUV 94.41 104.07 193.33 -
System Red Green Blue C M Y K H S L
Decimal 186 56 52 0 0.70 0.72 0.27 1.79 0.56 0.47
Hex BA 38 34 0 46 48 1B 2 38 2F
Octal 272 70 64 0 106 110 33 2 70 57
Binary 10111010 111000 110100 0 1000110 1001000 11011 10 111000 101111

Color Harmonies of #BA3834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3834

Black with #BA3834

Text Example


Text Example

White with #BA3834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3834; }

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

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

background-color css

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

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

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

border-color css

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

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

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