#A01328

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

Shades of Carmine #A01328

Tints of Carmine #A01328

Color information

#A01328 (or 0xA01328) is unknown color: approx Carmine. HEX triplet: A0, 13 and 28. RGB value is (160,19,40). Sum of RGB (Red+Green+Blue) = 160+19+40=219 (29% of max value = 765). Red value is 160 (62.89% from 255 or 73.06% from 219); Green value is 19 (7.81% from 255 or 8.68% from 219); Blue value is 40 (16.02% from 255 or 18.26% from 219); Max value from RGB is 160 - color contains mainly: red. Hex color #A01328 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01328 is #5FECD7. Grayscale: #3F3F3F. Windows color (decimal): -6286552 or 2626464. OLE color: 2626464.

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

Color convert

RGB1601940-
CMYK00.880.750.37
HSL351.06º78.77%35.1%-
HSV(B)351.06º88.13%62.75%-
XYZ15.118.092.77-
YUV63.55114.71196.79-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 73.06%
GREEN value IS 19 (7.81% from 255) = 8.68%
BLUE value IS 40 (16.02% from 255) = 18.26%
R=73.06%
G=8.68%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.75
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160194000.880.750.37351.0678.7735.1
HexA013280584B2515f4f23
Octal240235001301134553711743
Binary10100000100111010000101100010010111001011010111111001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01328; }

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

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

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

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

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

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

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

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