#A40820

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

Shades of Carmine #A40820

Tints of Carmine #A40820

Color information

#A40820 (or 0xA40820) is unknown color: approx Carmine. HEX triplet: A4, 08 and 20. RGB value is (164,8,32). Sum of RGB (Red+Green+Blue) = 164+8+32=204 (27% of max value = 765). Red value is 164 (64.45% from 255 or 80.39% from 204); Green value is 8 (3.52% from 255 or 3.92% from 204); Blue value is 32 (12.89% from 255 or 15.69% from 204); Max value from RGB is 164 - color contains mainly: red. Hex color #A40820 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40820 is #5BF7DF. Grayscale: #393939. Windows color (decimal): -6027232 or 2099364. OLE color: 2099364.

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

Color convert

RGB164832-
CMYK00.950.800.36
HSL350.77º90.7%33.73%-
HSV(B)350.77º95.12%64.31%-
XYZ15.668.172.12-
YUV57.38113.68204.05-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 80.39%
GREEN value IS 8 (3.52% from 255) = 3.92%
BLUE value IS 32 (12.89% from 255) = 15.69%
R=80.39%
G=3.92%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16483200.950.800.36350.7790.733.73
HexA482005F502415f5b22
Octal244104001371204453713342
Binary1010010010001000000101111110100001001001010111111011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40820; }

 p { color: rgb(164,8,32); }

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

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

 a { background-color: rgb(164,8,32); }

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

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

 span { border-color: rgb(164,8,32); }

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