Html Css Color HEX #AA4033 Medium Carmine

📋 copy color: '#AA4033'

red 170 ◦ green 64 ◦ blue 51

#AA4033
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Carmine #AA4033

Tints of Medium Carmine #AA4033

RGB

 RED value IS 170 (66.8% from 255) = 59.65%

 GREEN value IS 64 (25.39% from 255) = 22.46%

 BLUE value IS 51 (20.31% from 255) = 17.89%

R = 59.65%
G = 22.46%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.7

 K value IS 0.33

RGB Variations

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

Color information

#AA4033 (or 0xAA4033) is known color: Medium Carmine. HEX triplet: AA, 40 and 33. RGB value is (170,64,51). Sum of RGB (Red+Green+Blue) = 170+64+51=285 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.65% from 285); Green value is 64 (25.39% from 255 or 22.46% from 285); Blue value is 51 (20.31% from 255 or 17.89% from 285); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4033 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4033 is #55BFCC. Grayscale: #5E5E5E. Windows color (decimal): -5619661 or 3358890. OLE color: 3358890.

HSL color Cylindrical-coordinate representation of color #AA4033: hue angle of 6.55º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AA4033 is Cyan = 0, Magento = 0.62, Yellow = 0.7 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 64 51 -
CMYK 0 0.62 0.7 0.33
HSL 6.55º 0.54% 0.43% -
HSV(B) 6.55º 0.7% 0.67% -
XYZ 19.01 12.45 4.53 -
YUV 94.21 103.62 182.06 -
System Red Green Blue C M Y K H S L
Decimal 170 64 51 0 0.62 0.7 0.33 6.55 0.54 0.43
Hex AA 40 33 0 3E 46 21 7 36 2B
Octal 252 100 63 0 76 106 41 7 66 53
Binary 10101010 1000000 110011 0 111110 1000110 100001 111 110110 101011

Color Harmonies of #AA4033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4033

Black with #AA4033

Text Example


Text Example

White with #AA4033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4033; }

 p { color: rgb(170,64,51); }

 H1.HeaderClassName
 {
   color: #AA4033;
 }
 .AnyTagClassName
 {
   color: #AA4033;
 }
</style>

background-color css

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

 a { background-color: rgb(170,64,51); }

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

border-color css

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

 span { border-color: rgb(170,64,51); }

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