#A6031F

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

Shades of Carmine #A6031F

Tints of Carmine #A6031F

Color information

#A6031F (or 0xA6031F) is unknown color: approx Carmine. HEX triplet: A6, 03 and 1F. RGB value is (166,3,31). Sum of RGB (Red+Green+Blue) = 166+3+31=200 (26% of max value = 765). Red value is 166 (65.23% from 255 or 83% from 200); Green value is 3 (1.56% from 255 or 1.5% from 200); Blue value is 31 (12.5% from 255 or 15.5% from 200); Max value from RGB is 166 - color contains mainly: red. Hex color #A6031F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6031F is #59FCE0. Grayscale: #363636. Windows color (decimal): -5897441 or 2032550. OLE color: 2032550.

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

Color convert

RGB166331-
CMYK00.980.810.35
HSL349.69º96.45%33.14%-
HSV(B)349.69º98.19%65.1%-
XYZ16.018.272.05-
YUV54.93114.5207.22-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 83%
GREEN value IS 3 (1.56% from 255) = 1.5%
BLUE value IS 31 (12.5% from 255) = 15.5%
R=83%
G=1.5%
B=15.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.81
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16633100.980.810.35349.6996.4533.14
HexA631F062512315e6021
Octal24633701421214353614041
Binary1010011011111110110001010100011000111010111101100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6031F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6031F; }

 p { color: rgb(166,3,31); }

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

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

 a { background-color: rgb(166,3,31); }

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

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

 span { border-color: rgb(166,3,31); }

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