#A10334

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

Shades of Carmine #A10334

Tints of Carmine #A10334

Color information

#A10334 (or 0xA10334) is unknown color: approx Carmine. HEX triplet: A1, 03 and 34. RGB value is (161,3,52). Sum of RGB (Red+Green+Blue) = 161+3+52=216 (28% of max value = 765). Red value is 161 (63.28% from 255 or 74.54% from 216); Green value is 3 (1.56% from 255 or 1.39% from 216); Blue value is 52 (20.70% from 255 or 24.07% from 216); Max value from RGB is 161 - color contains mainly: red. Hex color #A10334 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10334 is #5EFCCB. Grayscale: #373737. Windows color (decimal): -6225100 or 3408801. OLE color: 3408801.

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

Color convert

RGB161352-
CMYK00.980.680.37
HSL341.39º96.34%32.16%-
HSV(B)341.39º98.14%63.14%-
XYZ15.357.893.96-
YUV55.83125.85203.02-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 74.54%
GREEN value IS 3 (1.56% from 255) = 1.39%
BLUE value IS 52 (20.70% from 255) = 24.07%
R=74.54%
G=1.39%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.68
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16135200.980.680.37341.3996.3432.16
HexA133406244251556020
Octal24136401421044552514040
Binary10100001111101000110001010001001001011010101011100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10334; }

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

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

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

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

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

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

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

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