#A2091F

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

Shades of Carmine #A2091F

Tints of Carmine #A2091F

Color information

#A2091F (or 0xA2091F) is unknown color: approx Carmine. HEX triplet: A2, 09 and 1F. RGB value is (162,9,31). Sum of RGB (Red+Green+Blue) = 162+9+31=202 (26% of max value = 765). Red value is 162 (63.67% from 255 or 80.20% from 202); Green value is 9 (3.91% from 255 or 4.46% from 202); Blue value is 31 (12.5% from 255 or 15.35% from 202); Max value from RGB is 162 - color contains mainly: red. Hex color #A2091F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2091F is #5DF6E0. Grayscale: #393939. Windows color (decimal): -6158049 or 2034082. OLE color: 2034082.

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

Color convert

RGB162931-
CMYK00.940.810.36
HSL351.37º89.47%33.53%-
HSV(B)351.37º94.44%63.53%-
XYZ15.257.982.03-
YUV57.26113.19202.71-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 80.20%
GREEN value IS 9 (3.91% from 255) = 4.46%
BLUE value IS 31 (12.5% from 255) = 15.35%
R=80.20%
G=4.46%
B=15.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.81
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16293100.940.810.36351.3789.4733.53
HexA291F05E512415f5922
Octal242113701361214453713142
Binary101000101001111110101111010100011001001010111111011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2091F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2091F; }

 p { color: rgb(162,9,31); }

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

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

 a { background-color: rgb(162,9,31); }

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

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

 span { border-color: rgb(162,9,31); }

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