#A6001A

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

Shades of Carmine #A6001A

Tints of Carmine #A6001A

Color information

#A6001A (or 0xA6001A) is unknown color: approx Carmine. HEX triplet: A6, 00 and 1A. RGB value is (166,0,26). Sum of RGB (Red+Green+Blue) = 166+0+26=192 (25% of max value = 765). Red value is 166 (65.23% from 255 or 86.46% from 192); Green value is 0 (0.39% from 255 or 0% from 192); Blue value is 26 (10.55% from 255 or 13.54% from 192); Max value from RGB is 166 - color contains mainly: red. Hex color #A6001A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6001A is #59FFE5. Grayscale: #343434. Windows color (decimal): -5898214 or 1704102. OLE color: 1704102.

HSL color Cylindrical-coordinate representation of color #A6001A: hue angle of 350.6º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A6001A is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB166026-
CMYK010.840.35
HSL350.6º100%32.55%-
HSV(B)350.6º100%65.1%-
XYZ15.918.181.72-
YUV52.6113208.89-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 86.46%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 26 (10.55% from 255) = 13.54%
R=86.46%
G=0%
B=13.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.84
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166026010.840.35350.610032.55
HexA601A064542315f6421
Octal24603201441244353714441
Binary101001100110100110010010101001000111010111111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6001A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6001A; }

 p { color: rgb(166,0,26); }

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

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

 a { background-color: rgb(166,0,26); }

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

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

 span { border-color: rgb(166,0,26); }

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