#A20432

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

Shades of Carmine #A20432

Tints of Carmine #A20432

Color information

#A20432 (or 0xA20432) is unknown color: approx Carmine. HEX triplet: A2, 04 and 32. RGB value is (162,4,50). Sum of RGB (Red+Green+Blue) = 162+4+50=216 (28% of max value = 765). Red value is 162 (63.67% from 255 or 75% from 216); Green value is 4 (1.95% from 255 or 1.85% from 216); Blue value is 50 (19.92% from 255 or 23.15% from 216); Max value from RGB is 162 - color contains mainly: red. Hex color #A20432 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20432 is #5DFBCD. Grayscale: #383838. Windows color (decimal): -6159310 or 3277986. OLE color: 3277986.

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

Color convert

RGB162450-
CMYK00.980.690.36
HSL342.53º95.18%32.55%-
HSV(B)342.53º97.53%63.53%-
XYZ15.5283.74-
YUV56.49124.35203.26-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 75%
GREEN value IS 4 (1.95% from 255) = 1.85%
BLUE value IS 50 (19.92% from 255) = 23.15%
R=75%
G=1.85%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16245000.980.690.36342.5395.1832.55
HexA243206245241575f21
Octal24246201421054452713741
Binary101000101001100100110001010001011001001010101111011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20432; }

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

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

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

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

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

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

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

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