Html Css Color HEX #BA3D33 Medium Carmine

📋 copy color: '#BA3D33'

red 186 ◦ green 61 ◦ blue 51

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

Shades of Medium Carmine #BA3D33

Tints of Medium Carmine #BA3D33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.11%

R = 62.42%
G = 20.47%
B = 17.11%

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

#BA3D33 (or 0xBA3D33) is known color: Medium Carmine. HEX triplet: BA, 3D and 33. RGB value is (186,61,51). Sum of RGB (Red+Green+Blue) = 186+61+51=298 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.42% from 298); Green value is 61 (24.22% from 255 or 20.47% from 298); Blue value is 51 (20.31% from 255 or 17.11% from 298); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3D33 is #45C2CC. Grayscale: #616161. Windows color (decimal): -4571853 or 3358138. OLE color: 3358138.

HSL color Cylindrical-coordinate representation of color #BA3D33: hue angle of 4.44º degrees, saturation: 0.57, 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 #BA3D33 is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 61 51 -
CMYK 0 0.67 0.73 0.27
HSL 4.44º 0.57% 0.46% -
HSV(B) 4.44º 0.73% 0.73% -
XYZ 22.52 14.02 4.65 -
YUV 97.24 101.91 191.31 -
System Red Green Blue C M Y K H S L
Decimal 186 61 51 0 0.67 0.73 0.27 4.44 0.57 0.46
Hex BA 3D 33 0 43 49 1B 4 39 2E
Octal 272 75 63 0 103 111 33 4 71 56
Binary 10111010 111101 110011 0 1000011 1001001 11011 100 111001 101110

Color Harmonies of #BA3D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3D33

Black with #BA3D33

Text Example


Text Example

White with #BA3D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3D33; }

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

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

background-color css

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

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

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

border-color css

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

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

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