Html Css Color HEX #BA4038 Medium Carmine

📋 copy color: '#BA4038'

red 186 ◦ green 64 ◦ blue 56

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

Shades of Medium Carmine #BA4038

Tints of Medium Carmine #BA4038

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.92%

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

R = 60.78%
G = 20.92%
B = 18.3%

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

#BA4038 (or 0xBA4038) is known color: Medium Carmine. HEX triplet: BA, 40 and 38. RGB value is (186,64,56). Sum of RGB (Red+Green+Blue) = 186+64+56=306 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.78% from 306); Green value is 64 (25.39% from 255 or 20.92% from 306); Blue value is 56 (22.27% from 255 or 18.30% from 306); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4038 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4038 is #45BFC7. Grayscale: #636363. Windows color (decimal): -4571080 or 3686586. OLE color: 3686586.

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

Color convert

RGB 186 64 56 -
CMYK 0 0.66 0.70 0.27
HSL 3.69º 0.54% 0.47% -
HSV(B) 3.69º 0.7% 0.73% -
XYZ 22.8 14.39 5.32 -
YUV 99.57 103.42 189.65 -
System Red Green Blue C M Y K H S L
Decimal 186 64 56 0 0.66 0.70 0.27 3.69 0.54 0.47
Hex BA 40 38 0 42 46 1B 4 36 2F
Octal 272 100 70 0 102 106 33 4 66 57
Binary 10111010 1000000 111000 0 1000010 1000110 11011 100 110110 101111

Color Harmonies of #BA4038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4038

Black with #BA4038

Text Example


Text Example

White with #BA4038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4038; }

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

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

background-color css

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

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

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

border-color css

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

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

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