#A1061F

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

Shades of Carmine #A1061F

Tints of Carmine #A1061F

Color information

#A1061F (or 0xA1061F) is unknown color: approx Carmine. HEX triplet: A1, 06 and 1F. RGB value is (161,6,31). Sum of RGB (Red+Green+Blue) = 161+6+31=198 (26% of max value = 765). Red value is 161 (63.28% from 255 or 81.31% from 198); Green value is 6 (2.73% from 255 or 3.03% from 198); Blue value is 31 (12.5% from 255 or 15.66% from 198); Max value from RGB is 161 - color contains mainly: red. Hex color #A1061F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1061F is #5EF9E0. Grayscale: #373737. Windows color (decimal): -6224353 or 2033313. OLE color: 2033313.

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

Color convert

RGB161631-
CMYK00.960.810.37
HSL350.32º92.81%32.75%-
HSV(B)350.32º96.27%63.14%-
XYZ15.017.812.01-
YUV55.19114.35203.47-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 81.31%
GREEN value IS 6 (2.73% from 255) = 3.03%
BLUE value IS 31 (12.5% from 255) = 15.66%
R=81.31%
G=3.03%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.81
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16163100.960.810.37350.3292.8132.75
HexA161F060512515e5d21
Octal24163701401214553613541
Binary10100001110111110110000010100011001011010111101011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1061F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1061F; }

 p { color: rgb(161,6,31); }

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

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

 a { background-color: rgb(161,6,31); }

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

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

 span { border-color: rgb(161,6,31); }

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