#BA342B

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

Shades of Medium Carmine #BA342B

Tints of Medium Carmine #BA342B

Color information

#BA342B (or 0xBA342B) is unknown color: approx Medium Carmine. HEX triplet: BA, 34 and 2B. RGB value is (186,52,43). Sum of RGB (Red+Green+Blue) = 186+52+43=281 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.19% from 281); Green value is 52 (20.70% from 255 or 18.51% from 281); Blue value is 43 (17.19% from 255 or 15.30% from 281); Max value from RGB is 186 - color contains mainly: red. Hex color #BA342B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA342B is #45CBD4. Grayscale: #5B5B5B. Windows color (decimal): -4574165 or 2831546. OLE color: 2831546.

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

Color convert

RGB1865243-
CMYK00.720.770.27
HSL3.78º62.45%44.9%-
HSV(B)3.78º76.88%72.94%-
XYZ21.9113.073.65-
YUV91.04100.89195.73-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 66.19%
GREEN value IS 52 (20.70% from 255) = 18.51%
BLUE value IS 43 (17.19% from 255) = 15.30%
R=66.19%
G=18.51%
B=15.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186524300.720.770.273.7862.4544.9
HexBA342B0484D1B43e2d
Octal272645301101153347655
Binary1011101011010010101101001000100110111011100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA342B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA342B; }

 p { color: rgb(186,52,43); }

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

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

 a { background-color: rgb(186,52,43); }

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

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

 span { border-color: rgb(186,52,43); }

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