Html Css Color HEX #AA3A31 Medium Carmine

📋 copy color: '#AA3A31'

red 170 ◦ green 58 ◦ blue 49

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

Shades of Medium Carmine #AA3A31

Tints of Medium Carmine #AA3A31

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.94%

 BLUE value IS 49 (19.53% from 255) = 17.69%

R = 61.37%
G = 20.94%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AA3A31 (or 0xAA3A31) is known color: Medium Carmine. HEX triplet: AA, 3A and 31. RGB value is (170,58,49). Sum of RGB (Red+Green+Blue) = 170+58+49=277 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.37% from 277); Green value is 58 (23.05% from 255 or 20.94% from 277); Blue value is 49 (19.53% from 255 or 17.69% from 277); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3A31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3A31 is #55C5CE. Grayscale: #5A5A5A. Windows color (decimal): -5621199 or 3226282. OLE color: 3226282.

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

Color convert

RGB 170 58 49 -
CMYK 0 0.66 0.71 0.33
HSL 4.46º 0.55% 0.43% -
HSV(B) 4.46º 0.71% 0.67% -
XYZ 18.65 11.79 4.2 -
YUV 90.46 104.61 184.73 -
System Red Green Blue C M Y K H S L
Decimal 170 58 49 0 0.66 0.71 0.33 4.46 0.55 0.43
Hex AA 3A 31 0 42 47 21 4 37 2B
Octal 252 72 61 0 102 107 41 4 67 53
Binary 10101010 111010 110001 0 1000010 1000111 100001 100 110111 101011

Color Harmonies of #AA3A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3A31

Black with #AA3A31

Text Example


Text Example

White with #AA3A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3A31; }

 p { color: rgb(170,58,49); }

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

background-color css

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

 a { background-color: rgb(170,58,49); }

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

border-color css

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

 span { border-color: rgb(170,58,49); }

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