#BA4330

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

Shades of Medium Carmine #BA4330

Tints of Medium Carmine #BA4330

Color information

#BA4330 (or 0xBA4330) is unknown color: approx Medium Carmine. HEX triplet: BA, 43 and 30. RGB value is (186,67,48). Sum of RGB (Red+Green+Blue) = 186+67+48=301 (39% of max value = 765). Red value is 186 (73.05% from 255 or 61.79% from 301); Green value is 67 (26.56% from 255 or 22.26% from 301); Blue value is 48 (19.14% from 255 or 15.95% from 301); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4330 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4330 is #45BCCF. Grayscale: #646464. Windows color (decimal): -4570320 or 3163066. OLE color: 3163066.

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

Color convert

RGB1866748-
CMYK00.640.740.27
HSL8.26º58.97%45.88%-
HSV(B)8.26º74.19%72.94%-
XYZ22.7914.674.43-
YUV100.4298.42189.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 61.79%
GREEN value IS 67 (26.56% from 255) = 22.26%
BLUE value IS 48 (19.14% from 255) = 15.95%
R=61.79%
G=22.26%
B=15.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186674800.640.740.278.2658.9745.88
HexBA43300404A1B83b2e
Octal27210360010011233107356
Binary101110101000011110000010000001001010110111000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4330; }

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

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

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

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

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

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

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

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