#BA4435

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

Shades of Medium Carmine #BA4435

Tints of Medium Carmine #BA4435

Color information

#BA4435 (or 0xBA4435) is unknown color: approx Medium Carmine. HEX triplet: BA, 44 and 35. RGB value is (186,68,53). Sum of RGB (Red+Green+Blue) = 186+68+53=307 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.59% from 307); Green value is 68 (26.95% from 255 or 22.15% from 307); Blue value is 53 (21.09% from 255 or 17.26% from 307); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4435 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4435 is #45BBCA. Grayscale: #656565. Windows color (decimal): -4570059 or 3491002. OLE color: 3491002.

HSL color Cylindrical-coordinate representation of color #BA4435: hue angle of 6.77º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA4435 is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB1866853-
CMYK00.630.720.27
HSL6.77º55.65%46.86%-
HSV(B)6.77º71.51%72.94%-
XYZ22.9614.835.02-
YUV101.57100.59188.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 60.59%
GREEN value IS 68 (26.95% from 255) = 22.15%
BLUE value IS 53 (21.09% from 255) = 17.26%
R=60.59%
G=22.15%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186685300.630.720.276.7755.6546.86
HexBA443503F481B7382f
Octal272104650771103377057
Binary1011101010001001101010111111100100011011111111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4435; }

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

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

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

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

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

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

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

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