Html Css Color HEX #BA3E3E Medium Carmine

📋 copy color: '#BA3E3E'

red 186 ◦ green 62 ◦ blue 62

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

Shades of Medium Carmine #BA3E3E

Tints of Medium Carmine #BA3E3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20%

R = 60%
G = 20%
B = 20%

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

#BA3E3E (or 0xBA3E3E) is known color: Medium Carmine. HEX triplet: BA, 3E and 3E. RGB value is (186,62,62). Sum of RGB (Red+Green+Blue) = 186+62+62=310 (41% of max value = 765). Red value is 186 (73.05% from 255 or 60% from 310); Green value is 62 (24.61% from 255 or 20% from 310); Blue value is 62 (24.61% from 255 or 20% from 310); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3E3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3E3E is #45C1C1. Grayscale: #636363. Windows color (decimal): -4571586 or 4079290. OLE color: 4079290.

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

Color convert

RGB 186 62 62 -
CMYK 0 0.67 0.67 0.27
HSL 0.5% 0.49% -
HSV(B) 0.67% 0.73% -
XYZ 22.84 14.23 6.1 -
YUV 99.08 107.08 190 -
System Red Green Blue C M Y K H S L
Decimal 186 62 62 0 0.67 0.67 0.27 0 0.5 0.49
Hex BA 3E 3E 0 43 43 1B 0 32 31
Octal 272 76 76 0 103 103 33 0 62 61
Binary 10111010 111110 111110 0 1000011 1000011 11011 0 110010 110001

Color Harmonies of #BA3E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3E3E

Black with #BA3E3E

Text Example


Text Example

White with #BA3E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3E3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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