#A20923

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

Shades of Carmine #A20923

Tints of Carmine #A20923

Color information

#A20923 (or 0xA20923) is unknown color: approx Carmine. HEX triplet: A2, 09 and 23. RGB value is (162,9,35). Sum of RGB (Red+Green+Blue) = 162+9+35=206 (27% of max value = 765). Red value is 162 (63.67% from 255 or 78.64% from 206); Green value is 9 (3.91% from 255 or 4.37% from 206); Blue value is 35 (14.06% from 255 or 16.99% from 206); Max value from RGB is 162 - color contains mainly: red. Hex color #A20923 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20923 is #5DF6DC. Grayscale: #393939. Windows color (decimal): -6158045 or 2296226. OLE color: 2296226.

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

Color convert

RGB162935-
CMYK00.940.780.36
HSL349.8º89.47%33.53%-
HSV(B)349.8º94.44%63.53%-
XYZ15.382.33-
YUV57.71115.19202.39-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 78.64%
GREEN value IS 9 (3.91% from 255) = 4.37%
BLUE value IS 35 (14.06% from 255) = 16.99%
R=78.64%
G=4.37%
B=16.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.78
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16293500.940.780.36349.889.4733.53
HexA292305E4E2415e5922
Octal242114301361164453613142
Binary1010001010011000110101111010011101001001010111101011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20923; }

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

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

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

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

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

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

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

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