#A6091E

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

Shades of Carmine #A6091E

Tints of Carmine #A6091E

Color information

#A6091E (or 0xA6091E) is unknown color: approx Carmine. HEX triplet: A6, 09 and 1E. RGB value is (166,9,30). Sum of RGB (Red+Green+Blue) = 166+9+30=205 (27% of max value = 765). Red value is 166 (65.23% from 255 or 80.98% from 205); Green value is 9 (3.91% from 255 or 4.39% from 205); Blue value is 30 (12.11% from 255 or 14.63% from 205); Max value from RGB is 166 - color contains mainly: red. Hex color #A6091E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6091E is #59F6E1. Grayscale: #3A3A3A. Windows color (decimal): -5895906 or 1968550. OLE color: 1968550.

HSL color Cylindrical-coordinate representation of color #A6091E: hue angle of 351.97º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A6091E is Cyan = 0, Magento = 0.95, Yellow = 0.82 and Black (K on CMYK) = 0.35.

Color convert

RGB166930-
CMYK00.950.820.35
HSL351.97º89.71%34.31%-
HSV(B)351.97º94.58%65.1%-
XYZ16.068.42-
YUV58.34112.01204.79-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 80.98%
GREEN value IS 9 (3.91% from 255) = 4.39%
BLUE value IS 30 (12.11% from 255) = 14.63%
R=80.98%
G=4.39%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.82
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16693000.950.820.35351.9789.7134.31
HexA691E05F52231605a22
Octal246113601371224354013242
Binary101001101001111100101111110100101000111011000001011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6091E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6091E; }

 p { color: rgb(166,9,30); }

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

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

 a { background-color: rgb(166,9,30); }

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

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

 span { border-color: rgb(166,9,30); }

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