#BA423D

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

Shades of Medium Carmine #BA423D

Tints of Medium Carmine #BA423D

Color information

#BA423D (or 0xBA423D) is unknown color: approx Medium Carmine. HEX triplet: BA, 42 and 3D. RGB value is (186,66,61). Sum of RGB (Red+Green+Blue) = 186+66+61=313 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.42% from 313); Green value is 66 (26.17% from 255 or 21.09% from 313); Blue value is 61 (24.22% from 255 or 19.49% from 313); Max value from RGB is 186 - color contains mainly: red. Hex color #BA423D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA423D is #45BDC2. Grayscale: #656565. Windows color (decimal): -4570563 or 4014778. OLE color: 4014778.

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

Color convert

RGB1866661-
CMYK00.650.670.27
HSL2.4º50.61%48.43%-
HSV(B)2.4º67.2%72.94%-
XYZ23.0414.676.03-
YUV101.31105.26188.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 59.42%
GREEN value IS 66 (26.17% from 255) = 21.09%
BLUE value IS 61 (24.22% from 255) = 19.49%
R=59.42%
G=21.09%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186666100.650.670.272.450.6148.43
HexBA423D041431B23330
Octal2721027501011033326360
Binary1011101010000101111010100000110000111101110110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA423D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA423D; }

 p { color: rgb(186,66,61); }

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

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

 a { background-color: rgb(186,66,61); }

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

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

 span { border-color: rgb(186,66,61); }

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