Html Css Color HEX #BA3F2D Medium Carmine

📋 copy color: '#BA3F2D'

red 186 ◦ green 63 ◦ blue 45

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

Shades of Medium Carmine #BA3F2D

Tints of Medium Carmine #BA3F2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.31%

R = 63.27%
G = 21.43%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BA3F2D (or 0xBA3F2D) is known color: Medium Carmine. HEX triplet: BA, 3F and 2D. RGB value is (186,63,45). Sum of RGB (Red+Green+Blue) = 186+63+45=294 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.27% from 294); Green value is 63 (25% from 255 or 21.43% from 294); Blue value is 45 (17.97% from 255 or 15.31% from 294); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3F2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3F2D is #45C0D2. Grayscale: #616161. Windows color (decimal): -4571347 or 2965434. OLE color: 2965434.

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

Color convert

RGB 186 63 45 -
CMYK 0 0.66 0.76 0.27
HSL 7.66º 0.61% 0.45% -
HSV(B) 7.66º 0.76% 0.73% -
XYZ 22.5 14.18 4.03 -
YUV 97.73 98.25 190.96 -
System Red Green Blue C M Y K H S L
Decimal 186 63 45 0 0.66 0.76 0.27 7.66 0.61 0.45
Hex BA 3F 2D 0 42 4C 1B 8 3D 2D
Octal 272 77 55 0 102 114 33 10 75 55
Binary 10111010 111111 101101 0 1000010 1001100 11011 1000 111101 101101

Color Harmonies of #BA3F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3F2D

Black with #BA3F2D

Text Example


Text Example

White with #BA3F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3F2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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