Html Css Color HEX #BA3F3E Medium Carmine

📋 copy color: '#BA3F3E'

red 186 ◦ green 63 ◦ blue 62

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

Shades of Medium Carmine #BA3F3E

Tints of Medium Carmine #BA3F3E

RGB

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

 GREEN value IS 63 (25% from 255) = 20.26%

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

R = 59.81%
G = 20.26%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BA3F3E (or 0xBA3F3E) is known color: Medium Carmine. HEX triplet: BA, 3F and 3E. RGB value is (186,63,62). Sum of RGB (Red+Green+Blue) = 186+63+62=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 63 (25% from 255 or 20.26% from 311); Blue value is 62 (24.61% from 255 or 19.94% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3F3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3F3E is #45C0C1. Grayscale: #636363. Windows color (decimal): -4571330 or 4079546. OLE color: 4079546.

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

Color convert

RGB 186 63 62 -
CMYK 0 0.66 0.67 0.27
HSL 0.48º 0.5% 0.49% -
HSV(B) 0.48º 0.67% 0.73% -
XYZ 22.9 14.34 6.12 -
YUV 99.66 106.75 189.58 -
System Red Green Blue C M Y K H S L
Decimal 186 63 62 0 0.66 0.67 0.27 0.48 0.5 0.49
Hex BA 3F 3E 0 42 43 1B 0 32 31
Octal 272 77 76 0 102 103 33 0 62 61
Binary 10111010 111111 111110 0 1000010 1000011 11011 0 110010 110001

Color Harmonies of #BA3F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3F3E

Black with #BA3F3E

Text Example


Text Example

White with #BA3F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3F3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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