#A1032A

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

Shades of Carmine #A1032A

Tints of Carmine #A1032A

Color information

#A1032A (or 0xA1032A) is unknown color: approx Carmine. HEX triplet: A1, 03 and 2A. RGB value is (161,3,42). Sum of RGB (Red+Green+Blue) = 161+3+42=206 (27% of max value = 765). Red value is 161 (63.28% from 255 or 78.16% from 206); Green value is 3 (1.56% from 255 or 1.46% from 206); Blue value is 42 (16.80% from 255 or 20.39% from 206); Max value from RGB is 161 - color contains mainly: red. Hex color #A1032A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1032A is #5EFCD5. Grayscale: #363636. Windows color (decimal): -6225110 or 2753441. OLE color: 2753441.

HSL color Cylindrical-coordinate representation of color #A1032A: hue angle of 345.19º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A1032A is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.37.

Color convert

RGB161342-
CMYK00.980.740.37
HSL345.19º96.34%32.16%-
HSV(B)345.19º98.14%63.14%-
XYZ15.157.812.9-
YUV54.69120.85203.83-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 78.16%
GREEN value IS 3 (1.56% from 255) = 1.46%
BLUE value IS 42 (16.80% from 255) = 20.39%
R=78.16%
G=1.46%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.74
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16134200.980.740.37345.1996.3432.16
HexA132A0624A251596020
Octal24135201421124553114040
Binary10100001111010100110001010010101001011010110011100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1032A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1032A; }

 p { color: rgb(161,3,42); }

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

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

 a { background-color: rgb(161,3,42); }

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

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

 span { border-color: rgb(161,3,42); }

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