#A0171A

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

Shades of Carmine #A0171A

Tints of Carmine #A0171A

Color information

#A0171A (or 0xA0171A) is unknown color: approx Carmine. HEX triplet: A0, 17 and 1A. RGB value is (160,23,26). Sum of RGB (Red+Green+Blue) = 160+23+26=209 (27% of max value = 765). Red value is 160 (62.89% from 255 or 76.56% from 209); Green value is 23 (9.38% from 255 or 11.00% from 209); Blue value is 26 (10.55% from 255 or 12.44% from 209); Max value from RGB is 160 - color contains mainly: red. Hex color #A0171A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0171A is #5FE8E5. Grayscale: #404040. Windows color (decimal): -6285542 or 1709984. OLE color: 1709984.

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

Color convert

RGB1602326-
CMYK00.860.840.37
HSL358.69º74.86%35.88%-
HSV(B)358.69º85.62%62.75%-
XYZ14.998.161.76-
YUV64.3106.39196.26-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 76.56%
GREEN value IS 23 (9.38% from 255) = 11.00%
BLUE value IS 26 (10.55% from 255) = 12.44%
R=76.56%
G=11.00%
B=12.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.84
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160232600.860.840.37358.6974.8635.88
HexA0171A05654251674b24
Octal240273201261244554711344
Binary1010000010111110100101011010101001001011011001111001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0171A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0171A; }

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

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

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

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

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

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

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

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