#A01526

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

Shades of Carmine #A01526

Tints of Carmine #A01526

Color information

#A01526 (or 0xA01526) is unknown color: approx Carmine. HEX triplet: A0, 15 and 26. RGB value is (160,21,38). Sum of RGB (Red+Green+Blue) = 160+21+38=219 (29% of max value = 765). Red value is 160 (62.89% from 255 or 73.06% from 219); Green value is 21 (8.59% from 255 or 9.59% from 219); Blue value is 38 (15.23% from 255 or 17.35% from 219); Max value from RGB is 160 - color contains mainly: red. Hex color #A01526 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01526 is #5FEAD9. Grayscale: #404040. Windows color (decimal): -6286042 or 2495904. OLE color: 2495904.

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

Color convert

RGB1602138-
CMYK00.870.760.37
HSL352.66º76.8%35.49%-
HSV(B)352.66º86.87%62.75%-
XYZ15.128.152.61-
YUV64.5113.05196.12-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 73.06%
GREEN value IS 21 (8.59% from 255) = 9.59%
BLUE value IS 38 (15.23% from 255) = 17.35%
R=73.06%
G=9.59%
B=17.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.76
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160213800.870.760.37352.6676.835.49
HexA015260574C251614d23
Octal240254601271144554111543
Binary10100000101011001100101011110011001001011011000011001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01526; }

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

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

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

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

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

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

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

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