#A20615

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

Shades of Carmine #A20615

Tints of Carmine #A20615

Color information

#A20615 (or 0xA20615) is unknown color: approx Carmine. HEX triplet: A2, 06 and 15. RGB value is (162,6,21). Sum of RGB (Red+Green+Blue) = 162+6+21=189 (25% of max value = 765). Red value is 162 (63.67% from 255 or 85.71% from 189); Green value is 6 (2.73% from 255 or 3.17% from 189); Blue value is 21 (8.59% from 255 or 11.11% from 189); Max value from RGB is 162 - color contains mainly: red. Hex color #A20615 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20615 is #5DF9EA. Grayscale: #363636. Windows color (decimal): -6158827 or 1377954. OLE color: 1377954.

HSL color Cylindrical-coordinate representation of color #A20615: hue angle of 354.23º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A20615 is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB162621-
CMYK00.960.870.36
HSL354.23º92.86%32.94%-
HSV(B)354.23º96.3%63.53%-
XYZ15.17.871.43-
YUV54.35109.18204.78-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 85.71%
GREEN value IS 6 (2.73% from 255) = 3.17%
BLUE value IS 21 (8.59% from 255) = 11.11%
R=85.71%
G=3.17%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16262100.960.870.36354.2392.8632.94
HexA261506057241625d21
Octal24262501401274454213541
Binary10100010110101010110000010101111001001011000101011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20615; }

 p { color: rgb(162,6,21); }

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

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

 a { background-color: rgb(162,6,21); }

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

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

 span { border-color: rgb(162,6,21); }

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