#A0101A

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

Shades of Carmine #A0101A

Tints of Carmine #A0101A

Color information

#A0101A (or 0xA0101A) is unknown color: approx Carmine. HEX triplet: A0, 10 and 1A. RGB value is (160,16,26). Sum of RGB (Red+Green+Blue) = 160+16+26=202 (26% of max value = 765). Red value is 160 (62.89% from 255 or 79.21% from 202); Green value is 16 (6.64% from 255 or 7.92% from 202); Blue value is 26 (10.55% from 255 or 12.87% from 202); Max value from RGB is 160 - color contains mainly: red. Hex color #A0101A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0101A is #5FEFE5. Grayscale: #3C3C3C. Windows color (decimal): -6287334 or 1708192. OLE color: 1708192.

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

Color convert

RGB1601626-
CMYK00.90.840.37
HSL355.83º81.82%34.51%-
HSV(B)355.83º90%62.75%-
XYZ14.877.921.72-
YUV60.2108.71199.19-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 79.21%
GREEN value IS 16 (6.64% from 255) = 7.92%
BLUE value IS 26 (10.55% from 255) = 12.87%
R=79.21%
G=7.92%
B=12.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.84
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160162600.90.840.37355.8381.8234.51
HexA0101A05A54251645223
Octal240203201321244554412243
Binary1010000010000110100101101010101001001011011001001010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0101A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0101A; }

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

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

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

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

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

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

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

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