#A6443A

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

Shades of Medium Carmine #A6443A

Tints of Medium Carmine #A6443A

Color information

#A6443A (or 0xA6443A) is unknown color: approx Medium Carmine. HEX triplet: A6, 44 and 3A. RGB value is (166,68,58). Sum of RGB (Red+Green+Blue) = 166+68+58=292 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.85% from 292); Green value is 68 (26.95% from 255 or 23.29% from 292); Blue value is 58 (23.05% from 255 or 19.86% from 292); Max value from RGB is 166 - color contains mainly: red. Hex color #A6443A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6443A is #59BBC5. Grayscale: #606060. Windows color (decimal): -5880774 or 3818662. OLE color: 3818662.

HSL color Cylindrical-coordinate representation of color #A6443A: hue angle of 5.56º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A6443A is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB1666858-
CMYK00.590.650.35
HSL5.56º48.21%43.92%-
HSV(B)5.56º65.06%65.1%-
XYZ18.5612.555.45-
YUV96.16106.47177.81-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 56.85%
GREEN value IS 68 (26.95% from 255) = 23.29%
BLUE value IS 58 (23.05% from 255) = 19.86%
R=56.85%
G=23.29%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166685800.590.650.355.5648.2143.92
HexA6443A03B41236302c
Octal246104720731014366054
Binary10100110100010011101001110111000001100011110110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6443A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6443A; }

 p { color: rgb(166,68,58); }

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

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

 a { background-color: rgb(166,68,58); }

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

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

 span { border-color: rgb(166,68,58); }

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