#AA4335

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

Shades of Medium Carmine #AA4335

Tints of Medium Carmine #AA4335

Color information

#AA4335 (or 0xAA4335) is unknown color: approx Medium Carmine. HEX triplet: AA, 43 and 35. RGB value is (170,67,53). Sum of RGB (Red+Green+Blue) = 170+67+53=290 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.62% from 290); Green value is 67 (26.56% from 255 or 23.10% from 290); Blue value is 53 (21.09% from 255 or 18.28% from 290); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4335 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4335 is #55BCCA. Grayscale: #606060. Windows color (decimal): -5618891 or 3490730. OLE color: 3490730.

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

Color convert

RGB1706753-
CMYK00.610.690.33
HSL7.18º52.47%43.73%-
HSV(B)7.18º68.82%66.67%-
XYZ19.2312.824.83-
YUV96.2103.62180.64-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 58.62%
GREEN value IS 67 (26.56% from 255) = 23.10%
BLUE value IS 53 (21.09% from 255) = 18.28%
R=58.62%
G=23.10%
B=18.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170675300.610.690.337.1852.4743.73
HexAA433503D45217342c
Octal252103650751054176454
Binary10101010100001111010101111011000101100001111110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4335; }

 p { color: rgb(170,67,53); }

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

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

 a { background-color: rgb(170,67,53); }

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

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

 span { border-color: rgb(170,67,53); }

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