#AA3826

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

Shades of Medium Carmine #AA3826

Tints of Medium Carmine #AA3826

Color information

#AA3826 (or 0xAA3826) is unknown color: approx Medium Carmine. HEX triplet: AA, 38 and 26. RGB value is (170,56,38). Sum of RGB (Red+Green+Blue) = 170+56+38=264 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.39% from 264); Green value is 56 (22.27% from 255 or 21.21% from 264); Blue value is 38 (15.23% from 255 or 14.39% from 264); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3826 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3826 is #55C7D9. Grayscale: #585858. Windows color (decimal): -5621722 or 2504874. OLE color: 2504874.

HSL color Cylindrical-coordinate representation of color #AA3826: hue angle of 8.18º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA3826 is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB1705638-
CMYK00.670.780.33
HSL8.18º63.46%40.78%-
HSV(B)8.18º77.65%66.67%-
XYZ18.3411.513.09-
YUV88.0399.77186.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 64.39%
GREEN value IS 56 (22.27% from 255) = 21.21%
BLUE value IS 38 (15.23% from 255) = 14.39%
R=64.39%
G=21.21%
B=14.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.78
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170563800.670.780.338.1863.4640.78
HexAA38260434E2183f29
Octal2527046010311641107751
Binary101010101110001001100100001110011101000011000111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3826; }

 p { color: rgb(170,56,38); }

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

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

 a { background-color: rgb(170,56,38); }

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

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

 span { border-color: rgb(170,56,38); }

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