#A20323

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

Shades of Carmine #A20323

Tints of Carmine #A20323

Color information

#A20323 (or 0xA20323) is unknown color: approx Carmine. HEX triplet: A2, 03 and 23. RGB value is (162,3,35). Sum of RGB (Red+Green+Blue) = 162+3+35=200 (26% of max value = 765). Red value is 162 (63.67% from 255 or 81% from 200); Green value is 3 (1.56% from 255 or 1.5% from 200); Blue value is 35 (14.06% from 255 or 17.5% from 200); Max value from RGB is 162 - color contains mainly: red. Hex color #A20323 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20323 is #5DFCDC. Grayscale: #363636. Windows color (decimal): -6159581 or 2294690. OLE color: 2294690.

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

Color convert

RGB162335-
CMYK00.980.780.36
HSL347.92º96.36%32.35%-
HSV(B)347.92º98.15%63.53%-
XYZ15.247.872.31-
YUV54.19117.18204.9-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 81%
GREEN value IS 3 (1.56% from 255) = 1.5%
BLUE value IS 35 (14.06% from 255) = 17.5%
R=81%
G=1.5%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.78
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16233500.980.780.36347.9296.3632.35
HexA23230624E2415c6020
Octal24234301421164453414040
Binary10100010111000110110001010011101001001010111001100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20323; }

 p { color: rgb(162,3,35); }

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

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

 a { background-color: rgb(162,3,35); }

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

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

 span { border-color: rgb(162,3,35); }

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