Html Css Color HEX #BA4438 Medium Carmine

📋 copy color: '#BA4438'

red 186 ◦ green 68 ◦ blue 56

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

Shades of Medium Carmine #BA4438

Tints of Medium Carmine #BA4438

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.94%

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

R = 60%
G = 21.94%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BA4438 (or 0xBA4438) is known color: Medium Carmine. HEX triplet: BA, 44 and 38. RGB value is (186,68,56). Sum of RGB (Red+Green+Blue) = 186+68+56=310 (41% of max value = 765). Red value is 186 (73.05% from 255 or 60% from 310); Green value is 68 (26.95% from 255 or 21.94% from 310); Blue value is 56 (22.27% from 255 or 18.06% from 310); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4438 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4438 is #45BBC7. Grayscale: #666666. Windows color (decimal): -4570056 or 3687610. OLE color: 3687610.

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

Color convert

RGB 186 68 56 -
CMYK 0 0.63 0.70 0.27
HSL 5.54º 0.54% 0.47% -
HSV(B) 5.54º 0.7% 0.73% -
XYZ 23.03 14.86 5.4 -
YUV 101.91 102.09 187.98 -
System Red Green Blue C M Y K H S L
Decimal 186 68 56 0 0.63 0.70 0.27 5.54 0.54 0.47
Hex BA 44 38 0 3F 46 1B 6 36 2F
Octal 272 104 70 0 77 106 33 6 66 57
Binary 10111010 1000100 111000 0 111111 1000110 11011 110 110110 101111

Color Harmonies of #BA4438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4438

Black with #BA4438

Text Example


Text Example

White with #BA4438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4438; }

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

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

background-color css

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

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

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

border-color css

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

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

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