#A6082C

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

Shades of Carmine #A6082C

Tints of Carmine #A6082C

Color information

#A6082C (or 0xA6082C) is unknown color: approx Carmine. HEX triplet: A6, 08 and 2C. RGB value is (166,8,44). Sum of RGB (Red+Green+Blue) = 166+8+44=218 (28% of max value = 765). Red value is 166 (65.23% from 255 or 76.15% from 218); Green value is 8 (3.52% from 255 or 3.67% from 218); Blue value is 44 (17.58% from 255 or 20.18% from 218); Max value from RGB is 166 - color contains mainly: red. Hex color #A6082C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6082C is #59F7D3. Grayscale: #3B3B3B. Windows color (decimal): -5896148 or 2885798. OLE color: 2885798.

HSL color Cylindrical-coordinate representation of color #A6082C: hue angle of 346.33º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A6082C is Cyan = 0, Magento = 0.95, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB166844-
CMYK00.950.730.35
HSL346.33º90.8%34.12%-
HSV(B)346.33º95.18%65.1%-
XYZ16.278.463.16-
YUV59.35119.35204.07-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 76.15%
GREEN value IS 8 (3.52% from 255) = 3.67%
BLUE value IS 44 (17.58% from 255) = 20.18%
R=76.15%
G=3.67%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16684400.950.730.35346.3390.834.12
HexA682C05F492315a5b22
Octal246105401371114353213342
Binary1010011010001011000101111110010011000111010110101011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6082C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6082C; }

 p { color: rgb(166,8,44); }

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

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

 a { background-color: rgb(166,8,44); }

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

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

 span { border-color: rgb(166,8,44); }

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