Html Css Color HEX #AA3F3E Medium Carmine

📋 copy color: '#AA3F3E'

red 170 ◦ green 63 ◦ blue 62

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

Shades of Medium Carmine #AA3F3E

Tints of Medium Carmine #AA3F3E

RGB

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

 GREEN value IS 63 (25% from 255) = 21.36%

 BLUE value IS 62 (24.61% from 255) = 21.02%

R = 57.63%
G = 21.36%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AA3F3E (or 0xAA3F3E) is known color: Medium Carmine. HEX triplet: AA, 3F and 3E. RGB value is (170,63,62). Sum of RGB (Red+Green+Blue) = 170+63+62=295 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.63% from 295); Green value is 63 (25% from 255 or 21.36% from 295); Blue value is 62 (24.61% from 255 or 21.02% from 295); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3F3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3F3E is #55C0C1. Grayscale: #5E5E5E. Windows color (decimal): -5619906 or 4079530. OLE color: 4079530.

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

Color convert

RGB 170 63 62 -
CMYK 0 0.63 0.64 0.33
HSL 0.56º 0.47% 0.45% -
HSV(B) 0.56º 0.64% 0.67% -
XYZ 19.22 12.45 5.95 -
YUV 94.88 109.45 181.58 -
System Red Green Blue C M Y K H S L
Decimal 170 63 62 0 0.63 0.64 0.33 0.56 0.47 0.45
Hex AA 3F 3E 0 3F 40 21 1 2F 2D
Octal 252 77 76 0 77 100 41 1 57 55
Binary 10101010 111111 111110 0 111111 1000000 100001 1 101111 101101

Color Harmonies of #AA3F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3F3E

Black with #AA3F3E

Text Example


Text Example

White with #AA3F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3F3E; }

 p { color: rgb(170,63,62); }

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

background-color css

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

 a { background-color: rgb(170,63,62); }

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

border-color css

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

 span { border-color: rgb(170,63,62); }

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