#A0141C

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

Shades of Carmine #A0141C

Tints of Carmine #A0141C

Color information

#A0141C (or 0xA0141C) is unknown color: approx Carmine. HEX triplet: A0, 14 and 1C. RGB value is (160,20,28). Sum of RGB (Red+Green+Blue) = 160+20+28=208 (27% of max value = 765). Red value is 160 (62.89% from 255 or 76.92% from 208); Green value is 20 (8.20% from 255 or 9.62% from 208); Blue value is 28 (11.33% from 255 or 13.46% from 208); Max value from RGB is 160 - color contains mainly: red. Hex color #A0141C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0141C is #5FEBE3. Grayscale: #3E3E3E. Windows color (decimal): -6286308 or 1840288. OLE color: 1840288.

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

Color convert

RGB1602028-
CMYK00.880.820.37
HSL356.57º77.78%35.29%-
HSV(B)356.57º87.5%62.75%-
XYZ14.968.061.87-
YUV62.77108.38197.35-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 76.92%
GREEN value IS 20 (8.20% from 255) = 9.62%
BLUE value IS 28 (11.33% from 255) = 13.46%
R=76.92%
G=9.62%
B=13.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.82
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160202800.880.820.37356.5777.7835.29
HexA0141C05852251654e23
Octal240243401301224554511643
Binary1010000010100111000101100010100101001011011001011001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0141C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0141C; }

 p { color: rgb(160,20,28); }

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

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

 a { background-color: rgb(160,20,28); }

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

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

 span { border-color: rgb(160,20,28); }

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