Html Css Color HEX #BA3D3D Medium Carmine

📋 copy color: '#BA3D3D'

red 186 ◦ green 61 ◦ blue 61

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

Shades of Medium Carmine #BA3D3D

Tints of Medium Carmine #BA3D3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.81%

R = 60.39%
G = 19.81%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BA3D3D (or 0xBA3D3D) is known color: Medium Carmine. HEX triplet: BA, 3D and 3D. RGB value is (186,61,61). Sum of RGB (Red+Green+Blue) = 186+61+61=308 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.39% from 308); Green value is 61 (24.22% from 255 or 19.81% from 308); Blue value is 61 (24.22% from 255 or 19.81% from 308); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3D3D is #45C2C2. Grayscale: #626262. Windows color (decimal): -4571843 or 4013498. OLE color: 4013498.

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

Color convert

RGB 186 61 61 -
CMYK 0 0.67 0.67 0.27
HSL 0.51% 0.48% -
HSV(B) 0.67% 0.73% -
XYZ 22.76 14.11 5.94 -
YUV 98.38 106.91 190.5 -
System Red Green Blue C M Y K H S L
Decimal 186 61 61 0 0.67 0.67 0.27 0 0.51 0.48
Hex BA 3D 3D 0 43 43 1B 0 33 30
Octal 272 75 75 0 103 103 33 0 63 60
Binary 10111010 111101 111101 0 1000011 1000011 11011 0 110011 110000

Color Harmonies of #BA3D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3D3D

Black with #BA3D3D

Text Example


Text Example

White with #BA3D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3D3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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