#BA3E25

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

Shades of Medium Carmine #BA3E25

Tints of Medium Carmine #BA3E25

Color information

#BA3E25 (or 0xBA3E25) is unknown color: approx Medium Carmine. HEX triplet: BA, 3E and 25. RGB value is (186,62,37). Sum of RGB (Red+Green+Blue) = 186+62+37=285 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.26% from 285); Green value is 62 (24.61% from 255 or 21.75% from 285); Blue value is 37 (14.84% from 255 or 12.98% from 285); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3E25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3E25 is #45C1DA. Grayscale: #606060. Windows color (decimal): -4571611 or 2440890. OLE color: 2440890.

HSL color Cylindrical-coordinate representation of color #BA3E25: hue angle of 10.07º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA3E25 is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB1866237-
CMYK00.670.800.27
HSL10.07º66.82%43.73%-
HSV(B)10.07º80.11%72.94%-
XYZ22.3114.023.28-
YUV96.2394.58192.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 65.26%
GREEN value IS 62 (24.61% from 255) = 21.75%
BLUE value IS 37 (14.84% from 255) = 12.98%
R=65.26%
G=21.75%
B=12.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186623700.670.800.2710.0766.8243.73
HexBA3E25043501Ba432c
Octal27276450103120331210354
Binary101110101111101001010100001110100001101110101000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3E25; }

 p { color: rgb(186,62,37); }

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

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

 a { background-color: rgb(186,62,37); }

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

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

 span { border-color: rgb(186,62,37); }

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