#BA3526

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

Shades of Medium Carmine #BA3526

Tints of Medium Carmine #BA3526

Color information

#BA3526 (or 0xBA3526) is unknown color: approx Medium Carmine. HEX triplet: BA, 35 and 26. RGB value is (186,53,38). Sum of RGB (Red+Green+Blue) = 186+53+38=277 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.15% from 277); Green value is 53 (21.09% from 255 or 19.13% from 277); Blue value is 38 (15.23% from 255 or 13.72% from 277); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3526 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3526 is #45CAD9. Grayscale: #5B5B5B. Windows color (decimal): -4573914 or 2504122. OLE color: 2504122.

HSL color Cylindrical-coordinate representation of color #BA3526: hue angle of 6.08º degrees, saturation: 0.66, 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 #BA3526 is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB1865338-
CMYK00.720.800.27
HSL6.08º66.07%43.92%-
HSV(B)6.08º79.57%72.94%-
XYZ21.8713.133.21-
YUV91.0698.06195.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 67.15%
GREEN value IS 53 (21.09% from 255) = 19.13%
BLUE value IS 38 (15.23% from 255) = 13.72%
R=67.15%
G=19.13%
B=13.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186533800.720.800.276.0866.0743.92
HexBA3526048501B6422c
Octal2726546011012033610254
Binary10111010110101100110010010001010000110111101000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3526; }

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

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

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

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

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

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

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

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