#A80634

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

Shades of Carmine #A80634

Tints of Carmine #A80634

Color information

#A80634 (or 0xA80634) is unknown color: approx Carmine. HEX triplet: A8, 06 and 34. RGB value is (168,6,52). Sum of RGB (Red+Green+Blue) = 168+6+52=226 (29% of max value = 765). Red value is 168 (66.02% from 255 or 74.34% from 226); Green value is 6 (2.73% from 255 or 2.65% from 226); Blue value is 52 (20.70% from 255 or 23.01% from 226); Max value from RGB is 168 - color contains mainly: red. Hex color #A80634 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80634 is #57F9CB. Grayscale: #3B3B3B. Windows color (decimal): -5765580 or 3409576. OLE color: 3409576.

HSL color Cylindrical-coordinate representation of color #A80634: hue angle of 342.96º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A80634 is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.34.

Color convert

RGB168652-
CMYK00.960.690.34
HSL342.96º93.1%34.12%-
HSV(B)342.96º96.43%65.88%-
XYZ16.838.74.04-
YUV59.68123.67205.26-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 74.34%
GREEN value IS 6 (2.73% from 255) = 2.65%
BLUE value IS 52 (20.70% from 255) = 23.01%
R=74.34%
G=2.65%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.69
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16865200.960.690.34342.9693.134.12
HexA863406045221575d22
Octal25066401401054252713542
Binary101010001101101000110000010001011000101010101111011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80634; }

 p { color: rgb(168,6,52); }

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

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

 a { background-color: rgb(168,6,52); }

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

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

 span { border-color: rgb(168,6,52); }

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