#A6023A

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

Shades of Carmine #A6023A

Tints of Carmine #A6023A

Color information

#A6023A (or 0xA6023A) is unknown color: approx Carmine. HEX triplet: A6, 02 and 3A. RGB value is (166,2,58). Sum of RGB (Red+Green+Blue) = 166+2+58=226 (29% of max value = 765). Red value is 166 (65.23% from 255 or 73.45% from 226); Green value is 2 (1.17% from 255 or 0.88% from 226); Blue value is 58 (23.05% from 255 or 25.66% from 226); Max value from RGB is 166 - color contains mainly: red. Hex color #A6023A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6023A is #59FDC5. Grayscale: #393939. Windows color (decimal): -5897670 or 3801766. OLE color: 3801766.

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

Color convert

RGB166258-
CMYK00.990.650.35
HSL339.51º97.62%32.94%-
HSV(B)339.51º98.8%65.1%-
XYZ16.518.464.76-
YUV57.42128.33205.45-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 73.45%
GREEN value IS 2 (1.17% from 255) = 0.88%
BLUE value IS 58 (23.05% from 255) = 25.66%
R=73.45%
G=0.88%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16625800.990.650.35339.5197.6232.94
HexA623A06341231546221
Octal24627201431014352414241
Binary10100110101110100110001110000011000111010101001100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6023A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6023A; }

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

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

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

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

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

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

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

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