#A0061A

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

Shades of Carmine #A0061A

Tints of Carmine #A0061A

Color information

#A0061A (or 0xA0061A) is unknown color: approx Carmine. HEX triplet: A0, 06 and 1A. RGB value is (160,6,26). Sum of RGB (Red+Green+Blue) = 160+6+26=192 (25% of max value = 765). Red value is 160 (62.89% from 255 or 83.33% from 192); Green value is 6 (2.73% from 255 or 3.12% from 192); Blue value is 26 (10.55% from 255 or 13.54% from 192); Max value from RGB is 160 - color contains mainly: red. Hex color #A0061A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0061A is #5FF9E5. Grayscale: #363636. Windows color (decimal): -6289894 or 1705632. OLE color: 1705632.

HSL color Cylindrical-coordinate representation of color #A0061A: hue angle of 352.21º 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 #A0061A is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.37.

Color convert

RGB160626-
CMYK00.960.840.37
HSL352.21º92.77%32.55%-
HSV(B)352.21º96.25%62.75%-
XYZ14.757.681.68-
YUV54.33112.02203.37-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 83.33%
GREEN value IS 6 (2.73% from 255) = 3.12%
BLUE value IS 26 (10.55% from 255) = 13.54%
R=83.33%
G=3.12%
B=13.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.84
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16062600.960.840.37352.2192.7732.55
HexA061A06054251605d21
Octal24063201401244554013541
Binary10100000110110100110000010101001001011011000001011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0061A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0061A; }

 p { color: rgb(160,6,26); }

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

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

 a { background-color: rgb(160,6,26); }

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

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

 span { border-color: rgb(160,6,26); }

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