#A0151C

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

Shades of Carmine #A0151C

Tints of Carmine #A0151C

Color information

#A0151C (or 0xA0151C) is unknown color: approx Carmine. HEX triplet: A0, 15 and 1C. RGB value is (160,21,28). Sum of RGB (Red+Green+Blue) = 160+21+28=209 (27% of max value = 765). Red value is 160 (62.89% from 255 or 76.56% from 209); Green value is 21 (8.59% from 255 or 10.05% from 209); Blue value is 28 (11.33% from 255 or 13.40% from 209); Max value from RGB is 160 - color contains mainly: red. Hex color #A0151C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0151C is #5FEAE3. Grayscale: #3F3F3F. Windows color (decimal): -6286052 or 1840544. OLE color: 1840544.

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

Color convert

RGB1602128-
CMYK00.870.820.37
HSL356.98º76.8%35.49%-
HSV(B)356.98º86.87%62.75%-
XYZ14.978.091.87-
YUV63.36108.05196.93-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 76.56%
GREEN value IS 21 (8.59% from 255) = 10.05%
BLUE value IS 28 (11.33% from 255) = 13.40%
R=76.56%
G=10.05%
B=13.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.82
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160212800.870.820.37356.9876.835.49
HexA0151C05752251654d23
Octal240253401271224554511543
Binary1010000010101111000101011110100101001011011001011001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0151C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0151C; }

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

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

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

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

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

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

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

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