Html Css Color HEX #AA4139 Medium Carmine

📋 copy color: '#AA4139'

red 170 ◦ green 65 ◦ blue 57

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

Shades of Medium Carmine #AA4139

Tints of Medium Carmine #AA4139

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.26%

 BLUE value IS 57 (22.66% from 255) = 19.52%

R = 58.22%
G = 22.26%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AA4139 (or 0xAA4139) is known color: Medium Carmine. HEX triplet: AA, 41 and 39. RGB value is (170,65,57). Sum of RGB (Red+Green+Blue) = 170+65+57=292 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.22% from 292); Green value is 65 (25.78% from 255 or 22.26% from 292); Blue value is 57 (22.66% from 255 or 19.52% from 292); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4139 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4139 is #55BEC6. Grayscale: #5F5F5F. Windows color (decimal): -5619399 or 3752362. OLE color: 3752362.

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

Color convert

RGB 170 65 57 -
CMYK 0 0.62 0.66 0.33
HSL 4.25º 0.5% 0.45% -
HSV(B) 4.25º 0.66% 0.67% -
XYZ 19.21 12.62 5.29 -
YUV 95.48 106.29 181.15 -
System Red Green Blue C M Y K H S L
Decimal 170 65 57 0 0.62 0.66 0.33 4.25 0.5 0.45
Hex AA 41 39 0 3E 42 21 4 32 2D
Octal 252 101 71 0 76 102 41 4 62 55
Binary 10101010 1000001 111001 0 111110 1000010 100001 100 110010 101101

Color Harmonies of #AA4139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4139

Black with #AA4139

Text Example


Text Example

White with #AA4139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4139; }

 p { color: rgb(170,65,57); }

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

background-color css

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

 a { background-color: rgb(170,65,57); }

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

border-color css

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

 span { border-color: rgb(170,65,57); }

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