#BA4338

Color #BA4338 Medium Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Carmine #BA4338

Tints of Medium Carmine #BA4338

Color information

#BA4338 (or 0xBA4338) is unknown color: approx Medium Carmine. HEX triplet: BA, 43 and 38. RGB value is (186,67,56). Sum of RGB (Red+Green+Blue) = 186+67+56=309 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.19% from 309); Green value is 67 (26.56% from 255 or 21.68% from 309); Blue value is 56 (22.27% from 255 or 18.12% from 309); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4338 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4338 is #45BCC7. Grayscale: #656565. Windows color (decimal): -4570312 or 3687354. OLE color: 3687354.

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

Color convert

RGB1866756-
CMYK00.640.700.27
HSL5.08º53.72%47.45%-
HSV(B)5.08º69.89%72.94%-
XYZ22.9714.745.38-
YUV101.33102.42188.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 60.19%
GREEN value IS 67 (26.56% from 255) = 21.68%
BLUE value IS 56 (22.27% from 255) = 18.12%
R=60.19%
G=21.68%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186675600.640.700.275.0853.7247.45
HexBA4338040461B5362f
Octal2721037001001063356657
Binary10111010100001111100001000000100011011011101110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4338; }

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

 H1.HeaderClassName
 {
   color: #BA4338;
 }
 .AnyTagClassName
 {
   color: #BA4338;
 }
</style>
background-color css

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

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

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

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

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

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