Html Css Color HEX #BA3F38 Medium Carmine

📋 copy color: '#BA3F38'

red 186 ◦ green 63 ◦ blue 56

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

Shades of Medium Carmine #BA3F38

Tints of Medium Carmine #BA3F38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.36%

R = 60.98%
G = 20.66%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BA3F38 (or 0xBA3F38) is known color: Medium Carmine. HEX triplet: BA, 3F and 38. RGB value is (186,63,56). Sum of RGB (Red+Green+Blue) = 186+63+56=305 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.98% from 305); Green value is 63 (25% from 255 or 20.66% from 305); Blue value is 56 (22.27% from 255 or 18.36% from 305); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3F38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3F38 is #45C0C7. Grayscale: #636363. Windows color (decimal): -4571336 or 3686330. OLE color: 3686330.

HSL color Cylindrical-coordinate representation of color #BA3F38: hue angle of 3.23º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA3F38 is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 63 56 -
CMYK 0 0.66 0.70 0.27
HSL 3.23º 0.54% 0.47% -
HSV(B) 3.23º 0.7% 0.73% -
XYZ 22.74 14.28 5.3 -
YUV 98.98 103.75 190.07 -
System Red Green Blue C M Y K H S L
Decimal 186 63 56 0 0.66 0.70 0.27 3.23 0.54 0.47
Hex BA 3F 38 0 42 46 1B 3 36 2F
Octal 272 77 70 0 102 106 33 3 66 57
Binary 10111010 111111 111000 0 1000010 1000110 11011 11 110110 101111

Color Harmonies of #BA3F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3F38

Black with #BA3F38

Text Example


Text Example

White with #BA3F38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3F38; }

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

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

background-color css

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

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

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

border-color css

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

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

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