#A20036

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

Shades of Carmine #A20036

Tints of Carmine #A20036

Color information

#A20036 (or 0xA20036) is unknown color: approx Carmine. HEX triplet: A2, 00 and 36. RGB value is (162,0,54). Sum of RGB (Red+Green+Blue) = 162+0+54=216 (28% of max value = 765). Red value is 162 (63.67% from 255 or 75% from 216); Green value is 0 (0.39% from 255 or 0% from 216); Blue value is 54 (21.48% from 255 or 25% from 216); Max value from RGB is 162 - color contains mainly: red. Hex color #A20036 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20036 is #5DFFC9. Grayscale: #363636. Windows color (decimal): -6160330 or 3539106. OLE color: 3539106.

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

Color convert

RGB162054-
CMYK010.670.36
HSL340º100%31.76%-
HSV(B)340º100%63.53%-
XYZ15.577.954.2-
YUV54.59127.67204.61-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 75%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 54 (21.48% from 255) = 25%
R=75%
G=0%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162054010.670.3634010031.76
HexA203606443241546420
Octal24206601441034452414440
Binary1010001001101100110010010000111001001010101001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20036; }

 p { color: rgb(162,0,54); }

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

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

 a { background-color: rgb(162,0,54); }

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

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

 span { border-color: rgb(162,0,54); }

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