#A20431

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

Shades of Carmine #A20431

Tints of Carmine #A20431

Color information

#A20431 (or 0xA20431) is unknown color: approx Carmine. HEX triplet: A2, 04 and 31. RGB value is (162,4,49). Sum of RGB (Red+Green+Blue) = 162+4+49=215 (28% of max value = 765). Red value is 162 (63.67% from 255 or 75.35% from 215); Green value is 4 (1.95% from 255 or 1.86% from 215); Blue value is 49 (19.53% from 255 or 22.79% from 215); Max value from RGB is 162 - color contains mainly: red. Hex color #A20431 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20431 is #5DFBCE. Grayscale: #383838. Windows color (decimal): -6159311 or 3212450. OLE color: 3212450.

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

Color convert

RGB162449-
CMYK00.980.700.36
HSL342.91º95.18%32.55%-
HSV(B)342.91º97.53%63.53%-
XYZ15.57.993.63-
YUV56.37123.85203.34-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 75.35%
GREEN value IS 4 (1.95% from 255) = 1.86%
BLUE value IS 49 (19.53% from 255) = 22.79%
R=75.35%
G=1.86%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16244900.980.700.36342.9195.1832.55
HexA243106246241575f21
Octal24246101421064452713741
Binary101000101001100010110001010001101001001010101111011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20431; }

 p { color: rgb(162,4,49); }

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

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

 a { background-color: rgb(162,4,49); }

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

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

 span { border-color: rgb(162,4,49); }

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