#A01326

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

Shades of Carmine #A01326

Tints of Carmine #A01326

Color information

#A01326 (or 0xA01326) is unknown color: approx Carmine. HEX triplet: A0, 13 and 26. RGB value is (160,19,38). Sum of RGB (Red+Green+Blue) = 160+19+38=217 (28% of max value = 765). Red value is 160 (62.89% from 255 or 73.73% from 217); Green value is 19 (7.81% from 255 or 8.76% from 217); Blue value is 38 (15.23% from 255 or 17.51% from 217); Max value from RGB is 160 - color contains mainly: red. Hex color #A01326 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01326 is #5FECD9. Grayscale: #3F3F3F. Windows color (decimal): -6286554 or 2495392. OLE color: 2495392.

HSL color Cylindrical-coordinate representation of color #A01326: hue angle of 351.91º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A01326 is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.37.

Color convert

RGB1601938-
CMYK00.880.760.37
HSL351.91º78.77%35.1%-
HSV(B)351.91º88.13%62.75%-
XYZ15.088.082.6-
YUV63.32113.71196.96-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 73.73%
GREEN value IS 19 (7.81% from 255) = 8.76%
BLUE value IS 38 (15.23% from 255) = 17.51%
R=73.73%
G=8.76%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.76
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160193800.880.760.37351.9178.7735.1
HexA013260584C251604f23
Octal240234601301144554011743
Binary10100000100111001100101100010011001001011011000001001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01326; }

 p { color: rgb(160,19,38); }

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

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

 a { background-color: rgb(160,19,38); }

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

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

 span { border-color: rgb(160,19,38); }

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