#BA4433

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

Shades of Medium Carmine #BA4433

Tints of Medium Carmine #BA4433

Color information

#BA4433 (or 0xBA4433) is unknown color: approx Medium Carmine. HEX triplet: BA, 44 and 33. RGB value is (186,68,51). Sum of RGB (Red+Green+Blue) = 186+68+51=305 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.98% from 305); Green value is 68 (26.95% from 255 or 22.30% from 305); Blue value is 51 (20.31% from 255 or 16.72% from 305); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4433 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4433 is #45BBCC. Grayscale: #656565. Windows color (decimal): -4570061 or 3359930. OLE color: 3359930.

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

Color convert

RGB1866851-
CMYK00.630.730.27
HSL7.56º56.96%46.47%-
HSV(B)7.56º72.58%72.94%-
XYZ22.9114.814.78-
YUV101.3499.59188.38-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 60.98%
GREEN value IS 68 (26.95% from 255) = 22.30%
BLUE value IS 51 (20.31% from 255) = 16.72%
R=60.98%
G=22.30%
B=16.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186685100.630.730.277.5656.9646.47
HexBA443303F491B8392e
Octal2721046307711133107156
Binary10111010100010011001101111111001001110111000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4433; }

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

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

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

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

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

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

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

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