Html Css Color HEX #BA3E33 Medium Carmine

📋 copy color: '#BA3E33'

red 186 ◦ green 62 ◦ blue 51

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

Shades of Medium Carmine #BA3E33

Tints of Medium Carmine #BA3E33

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.74%

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

R = 62.21%
G = 20.74%
B = 17.06%

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

#BA3E33 (or 0xBA3E33) is known color: Medium Carmine. HEX triplet: BA, 3E and 33. RGB value is (186,62,51). Sum of RGB (Red+Green+Blue) = 186+62+51=299 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.21% from 299); Green value is 62 (24.61% from 255 or 20.74% from 299); Blue value is 51 (20.31% from 255 or 17.06% from 299); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3E33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3E33 is #45C1CC. Grayscale: #616161. Windows color (decimal): -4571597 or 3358394. OLE color: 3358394.

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

Color convert

RGB 186 62 51 -
CMYK 0 0.67 0.73 0.27
HSL 4.89º 0.57% 0.46% -
HSV(B) 4.89º 0.73% 0.73% -
XYZ 22.57 14.12 4.67 -
YUV 97.82 101.58 190.89 -
System Red Green Blue C M Y K H S L
Decimal 186 62 51 0 0.67 0.73 0.27 4.89 0.57 0.46
Hex BA 3E 33 0 43 49 1B 5 39 2E
Octal 272 76 63 0 103 111 33 5 71 56
Binary 10111010 111110 110011 0 1000011 1001001 11011 101 111001 101110

Color Harmonies of #BA3E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3E33

Black with #BA3E33

Text Example


Text Example

White with #BA3E33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3E33; }

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

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

background-color css

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

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

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

border-color css

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

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

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