Html Css Color HEX #AA4838 Medium Carmine

📋 copy color: '#AA4838'

red 170 ◦ green 72 ◦ blue 56

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

Shades of Medium Carmine #AA4838

Tints of Medium Carmine #AA4838

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.16%

 BLUE value IS 56 (22.27% from 255) = 18.79%

R = 57.05%
G = 24.16%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AA4838 (or 0xAA4838) is known color: Medium Carmine. HEX triplet: AA, 48 and 38. RGB value is (170,72,56). Sum of RGB (Red+Green+Blue) = 170+72+56=298 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.05% from 298); Green value is 72 (28.52% from 255 or 24.16% from 298); Blue value is 56 (22.27% from 255 or 18.79% from 298); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4838 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4838 is #55B7C7. Grayscale: #636363. Windows color (decimal): -5617608 or 3688618. OLE color: 3688618.

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

Color convert

RGB 170 72 56 -
CMYK 0 0.58 0.67 0.33
HSL 8.42º 0.5% 0.44% -
HSV(B) 8.42º 0.67% 0.67% -
XYZ 19.61 13.47 5.31 -
YUV 99.48 103.47 178.3 -
System Red Green Blue C M Y K H S L
Decimal 170 72 56 0 0.58 0.67 0.33 8.42 0.5 0.44
Hex AA 48 38 0 3A 43 21 8 32 2C
Octal 252 110 70 0 72 103 41 10 62 54
Binary 10101010 1001000 111000 0 111010 1000011 100001 1000 110010 101100

Color Harmonies of #AA4838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4838

Black with #AA4838

Text Example


Text Example

White with #AA4838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4838; }

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

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

background-color css

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

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

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

border-color css

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

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

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