Html Css Color HEX #BA3D32 Medium Carmine

📋 copy color: '#BA3D32'

red 186 ◦ green 61 ◦ blue 50

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

Shades of Medium Carmine #BA3D32

Tints of Medium Carmine #BA3D32

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.54%

 BLUE value IS 50 (19.92% from 255) = 16.84%

R = 62.63%
G = 20.54%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BA3D32 (or 0xBA3D32) is known color: Medium Carmine. HEX triplet: BA, 3D and 32. RGB value is (186,61,50). Sum of RGB (Red+Green+Blue) = 186+61+50=297 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.63% from 297); Green value is 61 (24.22% from 255 or 20.54% from 297); Blue value is 50 (19.92% from 255 or 16.84% from 297); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3D32 is #45C2CD. Grayscale: #616161. Windows color (decimal): -4571854 or 3292602. OLE color: 3292602.

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

Color convert

RGB 186 61 50 -
CMYK 0 0.67 0.73 0.27
HSL 4.85º 0.58% 0.46% -
HSV(B) 4.85º 0.73% 0.73% -
XYZ 22.49 14.01 4.54 -
YUV 97.12 101.41 191.39 -
System Red Green Blue C M Y K H S L
Decimal 186 61 50 0 0.67 0.73 0.27 4.85 0.58 0.46
Hex BA 3D 32 0 43 49 1B 5 3A 2E
Octal 272 75 62 0 103 111 33 5 72 56
Binary 10111010 111101 110010 0 1000011 1001001 11011 101 111010 101110

Color Harmonies of #BA3D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3D32

Black with #BA3D32

Text Example


Text Example

White with #BA3D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3D32; }

 p { color: rgb(186,61,50); }

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

background-color css

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

 a { background-color: rgb(186,61,50); }

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

border-color css

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

 span { border-color: rgb(186,61,50); }

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