#A10231

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

Shades of Carmine #A10231

Tints of Carmine #A10231

Color information

#A10231 (or 0xA10231) is unknown color: approx Carmine. HEX triplet: A1, 02 and 31. RGB value is (161,2,49). Sum of RGB (Red+Green+Blue) = 161+2+49=212 (28% of max value = 765). Red value is 161 (63.28% from 255 or 75.94% from 212); Green value is 2 (1.17% from 255 or 0.94% from 212); Blue value is 49 (19.53% from 255 or 23.11% from 212); Max value from RGB is 161 - color contains mainly: red. Hex color #A10231 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10231 is #5EFDCE. Grayscale: #363636. Windows color (decimal): -6225359 or 3211937. OLE color: 3211937.

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

Color convert

RGB161249-
CMYK00.990.700.37
HSL342.26º97.55%31.96%-
HSV(B)342.26º98.76%63.14%-
XYZ15.277.843.61-
YUV54.9124.68203.68-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 75.94%
GREEN value IS 2 (1.17% from 255) = 0.94%
BLUE value IS 49 (19.53% from 255) = 23.11%
R=75.94%
G=0.94%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.70
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16124900.990.700.37342.2697.5531.96
HexA123106346251566220
Octal24126101431064552614240
Binary10100001101100010110001110001101001011010101101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10231; }

 p { color: rgb(161,2,49); }

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

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

 a { background-color: rgb(161,2,49); }

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

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

 span { border-color: rgb(161,2,49); }

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