#BA422A

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

Shades of Medium Carmine #BA422A

Tints of Medium Carmine #BA422A

Color information

#BA422A (or 0xBA422A) is unknown color: approx Medium Carmine. HEX triplet: BA, 42 and 2A. RGB value is (186,66,42). Sum of RGB (Red+Green+Blue) = 186+66+42=294 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.27% from 294); Green value is 66 (26.17% from 255 or 22.45% from 294); Blue value is 42 (16.80% from 255 or 14.29% from 294); Max value from RGB is 186 - color contains mainly: red. Hex color #BA422A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA422A is #45BDD5. Grayscale: #636363. Windows color (decimal): -4570582 or 2769594. OLE color: 2769594.

HSL color Cylindrical-coordinate representation of color #BA422A: hue angle of 10º degrees, saturation: 0.63, 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 #BA422A is Cyan = 0, Magento = 0.65, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB1866642-
CMYK00.650.770.27
HSL10º63.16%44.71%-
HSV(B)10º77.42%72.94%-
XYZ22.6214.53.8-
YUV99.1495.76189.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 63.27%
GREEN value IS 66 (26.17% from 255) = 22.45%
BLUE value IS 42 (16.80% from 255) = 14.29%
R=63.27%
G=22.45%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186664200.650.770.271063.1644.71
HexBA422A0414D1Ba3f2d
Octal27210252010111533127755
Binary101110101000010101010010000011001101110111010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA422A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA422A; }

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

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

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

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

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

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

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

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