#A0091C

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

Shades of Carmine #A0091C

Tints of Carmine #A0091C

Color information

#A0091C (or 0xA0091C) is unknown color: approx Carmine. HEX triplet: A0, 09 and 1C. RGB value is (160,9,28). Sum of RGB (Red+Green+Blue) = 160+9+28=197 (26% of max value = 765). Red value is 160 (62.89% from 255 or 81.22% from 197); Green value is 9 (3.91% from 255 or 4.57% from 197); Blue value is 28 (11.33% from 255 or 14.21% from 197); Max value from RGB is 160 - color contains mainly: red. Hex color #A0091C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0091C is #5FF6E3. Grayscale: #383838. Windows color (decimal): -6289124 or 1837472. OLE color: 1837472.

HSL color Cylindrical-coordinate representation of color #A0091C: hue angle of 352.45º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A0091C is Cyan = 0, Magento = 0.94, Yellow = 0.82 and Black (K on CMYK) = 0.37.

Color convert

RGB160928-
CMYK00.940.820.37
HSL352.45º89.35%33.14%-
HSV(B)352.45º94.38%62.75%-
XYZ14.87.751.81-
YUV56.32112.03201.96-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 81.22%
GREEN value IS 9 (3.91% from 255) = 4.57%
BLUE value IS 28 (11.33% from 255) = 14.21%
R=81.22%
G=4.57%
B=14.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.82
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16092800.940.820.37352.4589.3533.14
HexA091C05E52251605921
Octal240113401361224554013141
Binary101000001001111000101111010100101001011011000001011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0091C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0091C; }

 p { color: rgb(160,9,28); }

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

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

 a { background-color: rgb(160,9,28); }

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

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

 span { border-color: rgb(160,9,28); }

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