#A20623

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

Shades of Carmine #A20623

Tints of Carmine #A20623

Color information

#A20623 (or 0xA20623) is unknown color: approx Carmine. HEX triplet: A2, 06 and 23. RGB value is (162,6,35). Sum of RGB (Red+Green+Blue) = 162+6+35=203 (26% of max value = 765). Red value is 162 (63.67% from 255 or 79.80% from 203); Green value is 6 (2.73% from 255 or 2.96% from 203); Blue value is 35 (14.06% from 255 or 17.24% from 203); Max value from RGB is 162 - color contains mainly: red. Hex color #A20623 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20623 is #5DF9DC. Grayscale: #373737. Windows color (decimal): -6158813 or 2295458. OLE color: 2295458.

HSL color Cylindrical-coordinate representation of color #A20623: hue angle of 348.85º 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 #A20623 is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.36.

Color convert

RGB162635-
CMYK00.960.780.36
HSL348.85º92.86%32.94%-
HSV(B)348.85º96.3%63.53%-
XYZ15.277.932.32-
YUV55.95116.18203.64-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 79.80%
GREEN value IS 6 (2.73% from 255) = 2.96%
BLUE value IS 35 (14.06% from 255) = 17.24%
R=79.80%
G=2.96%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.78
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16263500.960.780.36348.8592.8632.94
HexA26230604E2415d5d21
Octal24264301401164453513541
Binary101000101101000110110000010011101001001010111011011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20623; }

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

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

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

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

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

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

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

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