#A90622

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

Shades of Carmine #A90622

Tints of Carmine #A90622

Color information

#A90622 (or 0xA90622) is unknown color: approx Carmine. HEX triplet: A9, 06 and 22. RGB value is (169,6,34). Sum of RGB (Red+Green+Blue) = 169+6+34=209 (27% of max value = 765). Red value is 169 (66.41% from 255 or 80.86% from 209); Green value is 6 (2.73% from 255 or 2.87% from 209); Blue value is 34 (13.67% from 255 or 16.27% from 209); Max value from RGB is 169 - color contains mainly: red. Hex color #A90622 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90622 is #56F9DD. Grayscale: #393939. Windows color (decimal): -5700062 or 2229929. OLE color: 2229929.

HSL color Cylindrical-coordinate representation of color #A90622: hue angle of 349.69º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A90622 is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.34.

Color convert

RGB169634-
CMYK00.960.800.34
HSL349.69º93.14%34.31%-
HSV(B)349.69º96.45%66.27%-
XYZ16.728.682.31-
YUV57.93114.5207.22-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 80.86%
GREEN value IS 6 (2.73% from 255) = 2.87%
BLUE value IS 34 (13.67% from 255) = 16.27%
R=80.86%
G=2.87%
B=16.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.80
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16963400.960.800.34349.6993.1434.31
HexA9622060502215e5d22
Octal25164201401204253613542
Binary101010011101000100110000010100001000101010111101011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90622; }

 p { color: rgb(169,6,34); }

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

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

 a { background-color: rgb(169,6,34); }

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

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

 span { border-color: rgb(169,6,34); }

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