#AA423D

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

Shades of Medium Carmine #AA423D

Tints of Medium Carmine #AA423D

Color information

#AA423D (or 0xAA423D) is unknown color: approx Medium Carmine. HEX triplet: AA, 42 and 3D. RGB value is (170,66,61). Sum of RGB (Red+Green+Blue) = 170+66+61=297 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.24% from 297); Green value is 66 (26.17% from 255 or 22.22% from 297); Blue value is 61 (24.22% from 255 or 20.54% from 297); Max value from RGB is 170 - color contains mainly: red. Hex color #AA423D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA423D is #55BDC2. Grayscale: #606060. Windows color (decimal): -5619139 or 4014762. OLE color: 4014762.

HSL color Cylindrical-coordinate representation of color #AA423D: hue angle of 2.75º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA423D is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB1706661-
CMYK00.610.640.33
HSL2.75º47.19%45.29%-
HSV(B)2.75º64.12%66.67%-
XYZ19.3712.785.86-
YUV96.53107.96180.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 57.24%
GREEN value IS 66 (26.17% from 255) = 22.22%
BLUE value IS 61 (24.22% from 255) = 20.54%
R=57.24%
G=22.22%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170666100.610.640.332.7547.1945.29
HexAA423D03D402132f2d
Octal252102750751004135755
Binary1010101010000101111010111101100000010000111101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA423D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA423D; }

 p { color: rgb(170,66,61); }

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

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

 a { background-color: rgb(170,66,61); }

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

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

 span { border-color: rgb(170,66,61); }

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